We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a550169 commit f1bf299Copy full SHA for f1bf299
1 file changed
.github/workflows/release.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
build-and-release:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
steps:
14
- uses: actions/checkout@v4
15
0 commit comments