Skip to content

Commit

Permalink
fixed token
Browse files Browse the repository at this point in the history
  • Loading branch information
arunbluez committed Dec 6, 2024
1 parent ed534f0 commit a654f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
additional-packages: |
['@semantic-release/git', '@semantic-release/changelog', '@semantic-release/exec']
env:
GITHUB_TOKEN: ${{ secrets.BLIBLA_SEMANTIC_RELEASE }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

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

0 comments on commit a654f8e

Please sign in to comment.