We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ee85e commit e939d0dCopy full SHA for e939d0d
.github/workflows/checks.yml
@@ -175,5 +175,5 @@ jobs:
175
run: npm ci
176
- name: Release
177
env:
178
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.RELEASE_PAT }}
179
run: npx semantic-release
0 commit comments