Skip to content

Commit d692fa4

Browse files
authored
allow write permissions for tag.yml github action (#11)
1 parent 7c849d8 commit d692fa4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tag.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
types: [closed]
1010
branches: [main]
1111

12+
permissions:
13+
contents: write
14+
actions: read
15+
1216
jobs:
1317
release:
1418
if: github.event.pull_request.merged == true

0 commit comments

Comments
 (0)