skyhook-io/Skyhook GitHub Auth Token
Gets GitHub token from PAT or GitHub App for cross-repo access
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_pat | GitHub Personal Access Token | no | — |
| github_app_id | GitHub App ID | no | — |
| github_app_private_key | GitHub App Private Key | no | — |
| repository | Repository to authenticate against (default: current repo) | no | ${{ github.repository }} |
| fallback_token | Token to use as fallback when no auth method is configured | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| token | GitHub authentication token |
| token_type | Type of token used (pat, app, or github_token) |