File tree Expand file tree Collapse file tree 8 files changed +14
-4
lines changed Expand file tree Collapse file tree 8 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -674,6 +674,8 @@ jobs:
674674 shell : bash
675675
676676 publish :
677+ permissions :
678+ id-token : write
677679 needs :
678680 - test-installation-npm
679681 - test-installation-pnpm
@@ -701,11 +703,9 @@ jobs:
701703 shell : bash
702704
703705 - name : Publish packages on npm with tag "ci"
704- env :
705- YARN_NPM_AUTH_TOKEN : ${{ secrets.NPM_ACCESS_TOKEN }}
706706 run : |
707707 yarn workspaces foreach -W --no-private \
708- npm publish --tolerate-republish --tag ci
708+ npm publish --provenance -- tolerate-republish --tag ci
709709
710710 - name : Update Website Playground
711711 run : curl -X POST "${{ secrets.CLOUDFLARE_PAGES_DEPLOYMENT_HOOK }}"
Original file line number Diff line number Diff line change 3434 " Paul Tsnobiladzé (https://github.com/tsnobip)" ,
3535 " Woonki Moon (https://github.com/mununki)"
3636 ],
37+ "publishConfig" : {
38+ "access" : " public" ,
39+ "provenance" : true
40+ },
3741 "engines" : {
3842 "node" : " >=20.11.0"
3943 },
Original file line number Diff line number Diff line change 2828 ],
2929 "publishConfig" : {
3030 "access" : " public" ,
31+ "provenance" : true ,
3132 "executableFiles" : [
3233 " ./bin/bsb_helper.exe" ,
3334 " ./bin/bsc.exe" ,
Original file line number Diff line number Diff line change 2828 ],
2929 "publishConfig" : {
3030 "access" : " public" ,
31+ "provenance" : true ,
3132 "executableFiles" : [
3233 " ./bin/bsb_helper.exe" ,
3334 " ./bin/bsc.exe" ,
Original file line number Diff line number Diff line change 2828 ],
2929 "publishConfig" : {
3030 "access" : " public" ,
31+ "provenance" : true ,
3132 "executableFiles" : [
3233 " ./bin/bsb_helper.exe" ,
3334 " ./bin/bsc.exe" ,
Original file line number Diff line number Diff line change 2828 ],
2929 "publishConfig" : {
3030 "access" : " public" ,
31+ "provenance" : true ,
3132 "executableFiles" : [
3233 " ./bin/bsb_helper.exe" ,
3334 " ./bin/bsc.exe" ,
Original file line number Diff line number Diff line change 2727 " Woonki Moon (https://github.com/mununki)"
2828 ],
2929 "publishConfig" : {
30- "access" : " public"
30+ "access" : " public" ,
31+ "provenance" : true
3132 },
3233 "files" : [
3334 " lib"
Original file line number Diff line number Diff line change 2828 ],
2929 "publishConfig" : {
3030 "access" : " public" ,
31+ "provenance" : true ,
3132 "executableFiles" : [
3233 " ./bin/bsb_helper.exe" ,
3334 " ./bin/bsc.exe" ,
You can’t perform that action at this time.
0 commit comments