We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1dcc0e commit e6091e3Copy full SHA for e6091e3
.github/workflows/release.yml
@@ -4,8 +4,8 @@ on:
4
push:
5
tags: ["v*.*.*"]
6
7
-env:
8
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+permissions:
+ contents: write
9
10
jobs:
11
build:
0 commit comments