Skip to content

Commit

Permalink
CI: Add actions:write to gem-publish workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bquorning committed Dec 12, 2024
1 parent b8a0eb1 commit 737f2d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
name: Publish to RubyGems
runs-on: ubuntu-latest
permissions:
actions: write
contents: write
id-token: write
pull-requests: write
Expand Down

0 comments on commit 737f2d0

Please sign in to comment.