Skip to content

Commit 8d4b448

Browse files
committed
[skip ci] chore: add actions permission to allow merges of releases that update a workflow
1 parent f9b6def commit 8d4b448

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)