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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Dec 2, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: asana/get-github-app-token@cfa1956ca0cb383c1fc5411430af6de2ccce56f5 # v2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-app-nameThe name of the Github app that you'd like to retrieve a token foryes
partitionWhat partition the authorization is forcommercial
namedescription
app-tokenThe app installation access token, which you can use to authenticate your requests to Github
expires-atToken expiration date/time, in UTC ISO format
permissionsmap specifying the permissions of the token - this will be the same as what you requested for your GitHub app