Skip to content

Commit 696d45d

Browse files
committed
ci(github-actions): add content:write permission for publish release
1 parent e1755e0 commit 696d45d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
publish:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write # This is needed to create releases
1315

1416
steps:
1517
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)