Skip to content

Commit

Permalink
ci(publish): pass gh_token to semantic release
Browse files Browse the repository at this point in the history
This way it should be able to push to master
  • Loading branch information
miguelgrc committed Aug 8, 2024
1 parent 8bc84b0 commit cc9b6ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
token: ${{ secrets.GH_TOKEN }}

- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit cc9b6ea

Please sign in to comment.