File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 77
88permissions :
99 contents : read
10+ id-token : write
11+ packages : write
1012
1113# Ensure scripts are run with pipefail. See:
1214# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference
6062 npx hereby configure-insiders
6163 npx hereby LKG
6264 node ./scripts/addPackageJsonGitHead.mjs package.json
63- npm publish --tag insiders
65+ npm publish --provenance -- tag insiders
6466 env :
6567 NODE_AUTH_TOKEN : ${{secrets.npm_token}}
Original file line number Diff line number Diff line change 88
99permissions :
1010 contents : read
11+ id-token : write
12+ packages : write
1113
1214# Ensure scripts are run with pipefail. See:
1315# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference
6062 npx hereby configure-nightly
6163 npx hereby LKG
6264 node ./scripts/addPackageJsonGitHead.mjs package.json
63- npm publish --tag next
65+ npm publish --provenance -- tag next
6466 env :
6567 NODE_AUTH_TOKEN : ${{secrets.npm_token}}
You can’t perform that action at this time.
0 commit comments