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.
1 parent 7023bbd commit e0bbe26Copy full SHA for e0bbe26
.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