Skip to content

Commit

Permalink
Merge pull request #128 from chromaui/ghengeveld-patch-1
Browse files Browse the repository at this point in the history
Update release workflow config to use `GH_TOKEN`
  • Loading branch information
ghengeveld authored Nov 20, 2024
2 parents 4daf0c0 + fb67818 commit 849a097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: actions/checkout@v2
with:
token: ${{ secrets.AUTO_RELEASE_TOKEN_GHENGEVELD }}
token: ${{ secrets.GH_TOKEN }}

- name: Prepare repository
run: git fetch --unshallow --tags
Expand All @@ -23,7 +23,7 @@ jobs:

- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
pnpm install
Expand Down

0 comments on commit 849a097

Please sign in to comment.