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 dde0d52 + e0bbe26 commit ca0480bCopy full SHA for ca0480b
.github/workflows/publish_release.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-latest
28
steps:
29
- run: |
30
- if [[ "${{ github.triggering_actor }}" != "bnbarham" ]]; then
+ if [[ "${{ github.triggering_actor }}" != "rintaro" && "${{ github.triggering_actor }}" != "hamishknight" ]]; then
31
echo "${{ github.triggering_actor }} is not allowed to create a release"
32
exit 1
33
fi
0 commit comments