Skip to content

Commit

Permalink
Try CI with main GitHub token instead of PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Mar 7, 2024
1 parent 81ba422 commit 47aa567
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/stupid-ways-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-solana-program": patch
---

Test another publish cycle
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.PAT_GITHUB }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup pnpm
uses: pnpm/action-setup@v3
- name: Setup Node.js
Expand Down Expand Up @@ -122,5 +122,5 @@ jobs:
with:
publish: ./node_modules/.bin/changeset publish
env:
GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 47aa567

Please sign in to comment.