We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
content:write
1 parent e1755e0 commit 696d45dCopy full SHA for 696d45d
1 file changed
.github/workflows/publish.yml
@@ -10,6 +10,8 @@ on:
10
jobs:
11
publish:
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: write # This is needed to create releases
15
16
steps:
17
- uses: actions/checkout@v4
0 commit comments