File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 77 description : override release tag
88 required : false
99 push :
10- branches : [' main', ' alpha', ' beta' ]
10+ branches : [main, alpha, beta]
1111
1212concurrency :
1313 group : ${{ github.workflow }}-${{ github.event.number || github.ref }}
@@ -16,6 +16,10 @@ concurrency:
1616env :
1717 NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
1818
19+ permissions :
20+ contents : write
21+ id-token : write
22+
1923jobs :
2024 test-and-publish :
2125 name : Test & Publish
3741 npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
3842 pnpm run cipublish
3943 env :
40- GH_TOKEN : ${{ secrets.GH_TOKEN }}
44+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4145 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
4246 TAG : ${{ inputs.tag }}
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ concurrency:
1414env :
1515 NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
1616
17+ permissions :
18+ contents : read
19+
1720jobs :
1821 test :
1922 name : Test
Original file line number Diff line number Diff line change 11link-workspace-packages = true
22prefer-workspace-packages = true
3+ provenance = true
Original file line number Diff line number Diff line change 1- v18. 20.3
1+ 20.15.1
You can’t perform that action at this time.
0 commit comments