We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac9783f + 631bce5 commit e3cca1fCopy full SHA for e3cca1f
.github/workflows/publish_release.yml
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ubuntu-latest
34
steps:
35
- run: |
36
- if [[ "${{ github.triggering_actor }}" != "bnbarham" ]]; then
+ if [[ "${{ github.triggering_actor }}" != "rintaro" && "${{ github.triggering_actor }}" != "hamishknight" ]]; then
37
echo "${{ github.triggering_actor }} is not allowed to create a release"
38
exit 1
39
fi
0 commit comments