shogo82148/GitHub Token permission checker
checking the permissions of GitHub Token
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Your GitHub Token | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| permission | If the token has write permission it is 'write', otherwise it is 'read' |