Skip to content

Commit

Permalink
fix: use "SEMANTIC_RELEASE_GITHUB_TOKEN"
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Oct 8, 2024
1 parent 643328a commit 7253d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
additional-packages: |
['@semantic-release/git', '@semantic-release/changelog']
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_SEMANTIC_RELEASE }}
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}

- name: Set environment variables
if: steps.semanticrelease.outputs.new-release-published == 'true'
Expand Down

0 comments on commit 7253d51

Please sign in to comment.