Skip to content

Commit

Permalink
Merge pull request #4 from iancleary/feat/rename-secret
Browse files Browse the repository at this point in the history
Rename secret
  • Loading branch information
iancleary authored Sep 23, 2024
2 parents ecd2f87 + d2a7eee commit 11cae60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Verify Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run:
npx auto pr-check
--url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

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

0 comments on commit 11cae60

Please sign in to comment.