Skip to content

Commit 47aa567

Browse files
committed
Try CI with main GitHub token instead of PAT
1 parent 81ba422 commit 47aa567

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.changeset/stupid-ways-grin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-solana-program": patch
3+
---
4+
5+
Test another publish cycle

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/checkout@v4
8484
with:
8585
submodules: recursive
86-
token: ${{ secrets.PAT_GITHUB }}
86+
token: ${{ secrets.GITHUB_TOKEN }}
8787
- name: Setup pnpm
8888
uses: pnpm/action-setup@v3
8989
- name: Setup Node.js
@@ -122,5 +122,5 @@ jobs:
122122
with:
123123
publish: ./node_modules/.bin/changeset publish
124124
env:
125-
GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }}
125+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
126126
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)