natterstefan/authorised-actor

Execute a GitHub Action only if the (triggering) actor is authorised to do so.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
actorProvide the current actor of the workflow. By default it is the value of env.GITHUB_ACTORno
authorisedActorsArray of authorised actors, best managed as a GitHub Secret to allow only Repository owners to change the values.yes
failSilentlyWhether or not the GitHub action should exit with status code 1 or not.no
failureMessageMessage to display in the GitHub Action logs when authorised actor check fails.no

no outputs