Skip to content

Commit

Permalink
add gh token to open prs (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
roodboi authored Jan 7, 2024
1 parent a939ff5 commit 747daa4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
runs-on: ubuntu-latest
environment: Publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

steps:
- name: Checkout code
Expand Down Expand Up @@ -52,5 +53,5 @@ jobs:
with:
version: bun run version-packages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 747daa4

Please sign in to comment.