Skip to content

Commit bbcecff

Browse files
authored
[skip ci] Merge pull request #1150 from jdaugherty/7.0.x
chore: add actions permission to allow merges of releases that update a workflow
2 parents f9b6def + 8d4b448 commit bbcecff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ jobs:
249249
contents: write # required for gradle.properties revert
250250
issues: write # required for milestone closing
251251
pull-requests: write # to open PR
252+
actions: write
252253
steps:
253254
- name: "📥 Checkout repository"
254255
uses: actions/checkout@v4

0 commit comments

Comments
 (0)