cvs-health-poc/GitHub App Installation Token
Outputs a GitHub app installation access token
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 29, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: cvs-health-poc/github-app-installation-token-action@b93b5a5926e94ff032daa1e7b02c129b8e53b1ee # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A custom token which is generated using Buffer.from(JSON.stringify({ appId, installationId, privateKey })).toString("base64") | yes | — |
Outputs
| name | description |
|---|---|
| installation-token | The GitHub app installation token |