actions-cool/Check User Permission
A GitHub Action to check user permission of the current repository.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 20, 2026
- Maintenance Recency
- Activelast commit Mar 30, 2026
- License
- MIT
Pinned Snippet
uses: actions-cool/check-user-permission@7b90a27f92f3961b368376107661682c441f6103 # v2.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Secret GitHub API token to use for making API requests. | yes | ${{ github.token }} |
| username | Test username in this repo | — | — |
| require | Test whether the user meets the required permission | no | — |
| check-bot | Check whether the user is a bot | — | — |
| check-contributor | Check whether the user is contributor | — | — |
| error-if-missing | Error if require or check if false | no | — |
Outputs
| name | description |
|---|---|
| user-permission | User permission |
| require-result | The result of require |
| check-result | The result of check |