Skip to content

Commit 737f2d0

Browse files
committedDec 12, 2024
CI: Add actions:write to gem-publish workflow
The last step in this workflow's publish run opens a PR, but the actions are not running on the PR, requiring a manual triggering or force-push. It will save us time if this way, we can merge the created PR sooner.
1 parent b8a0eb1 commit 737f2d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
name: Publish to RubyGems
99
runs-on: ubuntu-latest
1010
permissions:
11+
actions: write
1112
contents: write
1213
id-token: write
1314
pull-requests: write

0 commit comments

Comments
 (0)