Skip to content

Commit e0bbe26

Browse files
committed
Update allowed publishers
1 parent 7023bbd commit e0bbe26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- run: |
30-
if [[ "${{ github.triggering_actor }}" != "bnbarham" ]]; then
30+
if [[ "${{ github.triggering_actor }}" != "rintaro" && "${{ github.triggering_actor }}" != "hamishknight" ]]; then
3131
echo "${{ github.triggering_actor }} is not allowed to create a release"
3232
exit 1
3333
fi

0 commit comments

Comments
 (0)