We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7073258 commit 30f23aeCopy full SHA for 30f23ae
.github/workflows/release.yml
@@ -91,4 +91,6 @@ jobs:
91
git add .
92
git commit -m "chore(): update package lock files"
93
git push
94
+ env:
95
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96
shell: bash
0 commit comments