We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e3e01 commit e5aae17Copy full SHA for e5aae17
.github/workflows/node.js.yml
@@ -73,3 +73,5 @@ jobs:
73
run: npm ci --ignore-scripts
74
- name: Semantic Release
75
run: npx semantic-release
76
+ env:
77
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments