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 9ebc15a commit 8cce5e0Copy full SHA for 8cce5e0
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
id: create_release
16
uses: actions/create-release@v1
17
env:
18
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB1_TOKEN }}
19
with:
20
tag_name: ${{ github.ref }}
21
release_name: ${{ github.ref }}
0 commit comments