actions-marketplace-validations/Check User Permission
A GitHub Action to check user permission of the current repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 30, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/actions-cool_check-user-permission@dd299b8721172b30ae80fa66177e99b749e705e0 # no releases — HEAD as of 2026-07-21tags 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 |