Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
fix: use provided GITHUB_TOKEN to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Shesekino committed Apr 13, 2020
1 parent 300254d commit 77b5768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- name: semantic release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_NOTES_PREVIEW_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 77b5768

Please sign in to comment.