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:
674
674
shell : bash
675
675
676
676
publish :
677
+ permissions :
678
+ id-token : write
677
679
needs :
678
680
- test-installation-npm
679
681
- test-installation-pnpm
@@ -701,11 +703,9 @@ jobs:
701
703
shell : bash
702
704
703
705
- name : Publish packages on npm with tag "ci"
704
- env :
705
- YARN_NPM_AUTH_TOKEN : ${{ secrets.NPM_ACCESS_TOKEN }}
706
706
run : |
707
707
yarn workspaces foreach -W --no-private \
708
- npm publish --tolerate-republish --tag ci
708
+ npm publish --provenance -- tolerate-republish --tag ci
709
709
710
710
- name : Update Website Playground
711
711
run : curl -X POST "${{ secrets.CLOUDFLARE_PAGES_DEPLOYMENT_HOOK }}"
Original file line number Diff line number Diff line change 34
34
" Paul Tsnobiladzé (https://github.com/tsnobip)" ,
35
35
" Woonki Moon (https://github.com/mununki)"
36
36
],
37
+ "publishConfig" : {
38
+ "access" : " public" ,
39
+ "provenance" : true
40
+ },
37
41
"engines" : {
38
42
"node" : " >=20.11.0"
39
43
},
Original file line number Diff line number Diff line change 28
28
],
29
29
"publishConfig" : {
30
30
"access" : " public" ,
31
+ "provenance" : true ,
31
32
"executableFiles" : [
32
33
" ./bin/bsb_helper.exe" ,
33
34
" ./bin/bsc.exe" ,
Original file line number Diff line number Diff line change 28
28
],
29
29
"publishConfig" : {
30
30
"access" : " public" ,
31
+ "provenance" : true ,
31
32
"executableFiles" : [
32
33
" ./bin/bsb_helper.exe" ,
33
34
" ./bin/bsc.exe" ,
Original file line number Diff line number Diff line change 28
28
],
29
29
"publishConfig" : {
30
30
"access" : " public" ,
31
+ "provenance" : true ,
31
32
"executableFiles" : [
32
33
" ./bin/bsb_helper.exe" ,
33
34
" ./bin/bsc.exe" ,
Original file line number Diff line number Diff line change 28
28
],
29
29
"publishConfig" : {
30
30
"access" : " public" ,
31
+ "provenance" : true ,
31
32
"executableFiles" : [
32
33
" ./bin/bsb_helper.exe" ,
33
34
" ./bin/bsc.exe" ,
Original file line number Diff line number Diff line change 27
27
" Woonki Moon (https://github.com/mununki)"
28
28
],
29
29
"publishConfig" : {
30
- "access" : " public"
30
+ "access" : " public" ,
31
+ "provenance" : true
31
32
},
32
33
"files" : [
33
34
" lib"
Original file line number Diff line number Diff line change 28
28
],
29
29
"publishConfig" : {
30
30
"access" : " public" ,
31
+ "provenance" : true ,
31
32
"executableFiles" : [
32
33
" ./bin/bsb_helper.exe" ,
33
34
" ./bin/bsc.exe" ,
You can’t perform that action at this time.
0 commit comments