skyhook-io/Skyhook GitHub Auth Token

Gets GitHub token from PAT or GitHub App for cross-repo access

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_patGitHub Personal Access Tokenno
github_app_idGitHub App IDno
github_app_private_keyGitHub App Private Keyno
repositoryRepository to authenticate against (default: current repo)no${{ github.repository }}
fallback_tokenToken to use as fallback when no auth method is configuredno${{ github.token }}
namedescription
tokenGitHub authentication token
token_typeType of token used (pat, app, or github_token)