tietoevry-dataplatforms/Get an app token in an Actions workflow.
Useful for remedying the problem of restricted access tokens, especially on PRs from forks. This is a fork of the same action machine-learning-apps/actions-app-token@master.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| APP_PEM | a base64 encoded string version of your PEM file used to authenticate as a GitHub App. You can apply this encoding in the terminal `cat key.pem | base64` | yes | — |
| APP_ID | you GITHUB App ID. | yes | — |
Outputs
| name | description |
|---|---|
| app_token | The installation access token for the GitHub App corresponding to and the current repository. |