Skip to content

Commit d95175a

Browse files
committed
Update the allowed user for publishing releases to bnbarham
1 parent c2eabd2 commit d95175a

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
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- run: |
27-
if [[ "${{ github.triggering_actor }}" != "ahoppen" ]]; then
27+
if [[ "${{ github.triggering_actor }}" != "bnbarham" ]]; then
2828
echo "${{ github.triggering_actor }} is not allowed to create a release"
2929
exit 1
3030
fi

0 commit comments

Comments
 (0)