File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 66 - main
77
88permissions :
9+ id-token : write
910 contents : read
1011 # note: no write permissions are needed since the workflow uses GH_ACCESS_TOKEN instead of GITHUB_TOKEN
1112
5960 publish : pnpm exec changeset publish
6061 env :
6162 GITHUB_TOKEN : ${{ secrets.GH_ACCESS_TOKEN }}
62- NODE_AUTH_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
6363
6464 - name : Deploy non-NPM Packages
6565 id : deploy
7575 WORKERS_SHARED_SENTRY_ACCESS_ID : ${{ secrets.WORKERS_SHARED_SENTRY_ACCESS_ID }}
7676 WORKERS_SHARED_SENTRY_ACCESS_SECRET : ${{ secrets.WORKERS_SHARED_SENTRY_ACCESS_SECRET }}
7777 WORKERS_SHARED_SENTRY_AUTH_TOKEN : ${{ secrets.WORKERS_SHARED_SENTRY_AUTH_TOKEN }}
78- VSCE_PAT : ${{ secrets.VSCE_PAT }}
7978
8079 - name : Send Alert
8180 if : always()
You can’t perform that action at this time.
0 commit comments