We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a582ab commit 1f74b1bCopy full SHA for 1f74b1b
.github/workflows/ci.yml
@@ -218,3 +218,5 @@ jobs:
218
- name: Run semantic release
219
run: |
220
npx semantic-release --ci
221
+ env:
222
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments