Skip to content

Commit 6ac144a

Browse files
committed
Add writable permission for GitHub Actions
1 parent 910ab4e commit 6ac144a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
default: true
1414
required: true
1515

16+
permissions:
17+
contents: write
18+
1619
jobs:
1720
test:
1821
uses: ./.github/workflows/_test.yml

0 commit comments

Comments
 (0)