Skip to content

Commit 7156f95

Browse files
authored
Merge pull request #1019 from bnbarham/update-publisher
Update the allowed user for publishing releases to bnbarham
2 parents 7f056b0 + 1618de9 commit 7156f95

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)