asana/Get Github App Token
Retrieve a Github app installation access token from the github_app_token lambda by invoking its lambda function URL. This composite action assumes that a previous job step has already set up the necessary AWS credentials in the environment using the aws-actions/configure-aws-credentials action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 2, 2025
- License
- None
Pinned Snippet
uses: asana/get-github-app-token@cfa1956ca0cb383c1fc5411430af6de2ccce56f5 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-app-name | The name of the Github app that you'd like to retrieve a token for | yes | — |
| partition | What partition the authorization is for | — | commercial |
Outputs
| name | description |
|---|---|
| app-token | The app installation access token, which you can use to authenticate your requests to Github |
| expires-at | Token expiration date/time, in UTC ISO format |
| permissions | map specifying the permissions of the token - this will be the same as what you requested for your GitHub app |