Skip to content

Commit

Permalink
use GH_TOKEN secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz committed Sep 22, 2022
1 parent 429ac0b commit e1ee34d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -51,7 +48,7 @@ jobs:
- name: Create Release Pull Request
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
version: pnpm version:prepare
Expand Down

0 comments on commit e1ee34d

Please sign in to comment.