flutter-tech/Get an app token in an Actions workflow.
GitHub action that retrieves a GitHub app token using its private key, ID and installation ID.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| APP_PEM | PEM key used to authenticate as a GitHub App. | yes | — |
| APP_ID | GitHub App ID. | yes | — |
| APP_INSTALLATION_ID | GitHub App installation ID. | yes | — |
| timeout | Change the default timeout time in seconds. Default value is 30 seconds. | no | — |
Outputs
| name | description |
|---|---|
| app_token | The installation access token for the GitHub App. |