tmknom/Generate GitHub Token

This action generates an installation access token for a specified GitHub App, enabling authentication in GitHub Actions workflows. You can specify one or more repositories to define its access scope. ## Usage ```yaml steps: - name: Generate GitHub Token uses: tmknom/generate-github-token-action@v0 with: app-id: <your-github-app-id> app-private-key: <your-github-app-private-key> repositories: foo-repo bar-repo ```

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
app-idThe ID of the GitHub App.yes
app-private-keyThe private key associated with the GitHub App.no
app-private-key-fileThe file path to the GitHub App's private key.no
repositoriesA space-separated list of repositories that the token grants access to.no
namedescription
tokenThe installation access token for the specified GitHub App.