Skip to content

Commit

Permalink
ci: Add GH_TOKEN env var
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 authored May 6, 2024
1 parent 97a696e commit b87be89
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 @@ -44,4 +44,5 @@ jobs:
npm ci
npx semantic-release --ci
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b87be89

Please sign in to comment.