We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b7857 commit 0257603Copy full SHA for 0257603
.github/workflows/merge-content-to-project.yml
@@ -20,4 +20,4 @@ jobs:
20
run: npx semantic-release --debug
21
env:
22
# GitHub sets this automatically
23
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments