dev-bio/Application Token Generator
Generates an application token.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-repository | Repository with the application installation. | — | ${{ github.repository }} |
| github-token | Token with metadata read access to the repository. | — | ${{ github.token }} |
| app-pk | Application private key. | yes | — |
| app-id | Application identifier. | yes | — |
| permissions | Permissions if you would like to scope them down. | no | — |
Outputs
| name | description |
|---|---|
| token | Generated token. |