Skip to content

Commit

Permalink
Merge pull request #927 from SelectQuoteLabs/chore/switch-from-action…
Browse files Browse the repository at this point in the history
…s-token-to-github-token

Switching to secrets.GITHUB_TOKEN vs secrets.ACTIONS_TOKEN
  • Loading branch information
christian-bahnweg authored Oct 23, 2023
2 parents 753df01 + 1876502 commit 356e086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 356e086

Please sign in to comment.