We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f468c commit 260008aCopy full SHA for 260008a
.github/workflows/release.yml
@@ -70,8 +70,8 @@ jobs:
70
version: yarn changeset:version
71
env:
72
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
73
- GITHUB_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{ secrets.DAANGNBOT_PAT }}
74
75
- name: Continuous release via pkg.pr.new
76
if: github.event_name == 'pull_request'
77
- run: ./scripts/publish-preview-packages.sh ${{ github.event.pull_request.base.ref }}
+ run: ./scripts/publish-preview-packages.sh ${{ github.event.pull_request.base.ref }}
0 commit comments