Skip to content

Commit

Permalink
ci(release): attempt to use base GITHUB_TOKEN to raise PR (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Dec 14, 2023
1 parent 0a42f11 commit ca6bbc8
Show file tree
Hide file tree
Showing 4 changed files with 1,118 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
- name: Release 🚀🚀🚀
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit ca6bbc8

Please sign in to comment.