We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643328a commit 7253d51Copy full SHA for 7253d51
.github/workflows/production.yml
@@ -50,7 +50,7 @@ jobs:
50
additional-packages: |
51
['@semantic-release/git', '@semantic-release/changelog']
52
env:
53
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_SEMANTIC_RELEASE }}
+ GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
54
55
- name: Set environment variables
56
if: steps.semanticrelease.outputs.new-release-published == 'true'
0 commit comments