kennethgarza/Get Github Access Token
Get Github Access Token
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 20, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: kennethgarza/get-github-app-access-token@ae28908660b264d9809f215c4a9f37ff649c4b2b # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| gh_app_id | the id of the app to use to get the access token | — | — |
| gh_install_id | the install id of the app to get the access token | — | — |
| gh_pem_64 | the base64 encoded version of the private pem file (this is a password, keep it secret) | — | — |
Outputs
| name | description |
|---|---|
| TOKEN | the temp gh auth token to use |