Skip to content

Commit f6bfa95

Browse files
authored
Merge pull request #3076 from bnbarham/update-publisher
Update the allowed user for publishing releases to bnbarham
2 parents c2eabd2 + d95175a commit f6bfa95

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)