Skip to content

Commit 4d8024e

Browse files
committed
Add write permissions for workflows
1 parent 11cbe70 commit 4d8024e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tag-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ defaults:
1414
run:
1515
shell: bash
1616

17+
permissions:
18+
contents: write
19+
1720
jobs:
1821
create-tag:
1922
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)