Skip to content

Commit a5b3f32

Browse files
committed
Update permissions
1 parent e3f78d6 commit a5b3f32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prerelease_tag.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
create_prerelease_tag:
1010
if: ${{ (github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'prerelease')) }}
11+
permissions:
12+
contents: write
1113
runs-on: ubuntu-22.04
1214
steps:
1315
- name: Install Ruby 3.4

0 commit comments

Comments
 (0)