Skip to content

Commit 260008a

Browse files
authored
chore: use github pat for changesets workflow
Bypass recursive workflow call restriction
1 parent 71f468c commit 260008a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
version: yarn changeset:version
7171
env:
7272
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
73-
GITHUB_TOKEN: ${{ github.token }}
73+
GITHUB_TOKEN: ${{ secrets.DAANGNBOT_PAT }}
7474

7575
- name: Continuous release via pkg.pr.new
7676
if: github.event_name == 'pull_request'
77-
run: ./scripts/publish-preview-packages.sh ${{ github.event.pull_request.base.ref }}
77+
run: ./scripts/publish-preview-packages.sh ${{ github.event.pull_request.base.ref }}

0 commit comments

Comments
 (0)