We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a0bfc commit 09f0cd2Copy full SHA for 09f0cd2
.github/workflows/build.yml
@@ -49,5 +49,5 @@ jobs:
49
version: latest
50
args: release --rm-dist
51
env:
52
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
53
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
0 commit comments