We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0269f13 commit a5f5f6dCopy full SHA for a5f5f6d
1 file changed
.github/workflows/release.yml
@@ -10,6 +10,9 @@ concurrency:
10
jobs:
11
release:
12
runs-on: ubuntu-latest
13
+ # action-gh-release creates the GitHub Release via GITHUB_TOKEN, which needs write access.
14
+ permissions:
15
+ contents: write
16
env:
17
YOSPACE_USER: ${{ secrets.YOSPACE_USER }}
18
YOSPACE_TOKEN: ${{ secrets.YOSPACE_TOKEN }}
0 commit comments