Skip to content

Commit 1618de9

Browse files
committed
Update the allowed user for publishing releases to bnbarham
1 parent dffadd6 commit 1618de9

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
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- run: |
33-
if [[ "${{ github.triggering_actor }}" != "ahoppen" ]]; then
33+
if [[ "${{ github.triggering_actor }}" != "bnbarham" ]]; then
3434
echo "${{ github.triggering_actor }} is not allowed to create a release"
3535
exit 1
3636
fi

0 commit comments

Comments
 (0)