actions-cool/Check User Permission

A GitHub Action to check user permission of the current repository.

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 20, 2026
Maintenance Recency
Activelast commit Mar 30, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-cool/check-user-permission@7b90a27f92f3961b368376107661682c441f6103 # v2.3.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenSecret GitHub API token to use for making API requests.yes${{ github.token }}
usernameTest username in this repo
requireTest whether the user meets the required permissionno
check-botCheck whether the user is a bot
check-contributorCheck whether the user is contributor
error-if-missingError if require or check if falseno
namedescription
user-permissionUser permission
require-resultThe result of require
check-resultThe result of check