File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 77
88concurrency : ${{ github.workflow }}-${{ github.ref }}
99
10+ permissions :
11+ id-token : write # OIDC for npm Trusted Publishing
12+ contents : write
13+ pull-requests : write
14+
1015jobs :
1116 release :
1217 name : Release
1318 runs-on : ubuntu-latest
1419 outputs :
1520 published : ${{ steps.changesets.outputs.published }}
16- permissions :
17- id-token : write # required for provenance https://docs.npmjs.com/generating-provenance-statements#publishing-packages-with-provenance-via-github-actions
18- contents : write
19- pull-requests : write
2021 steps :
2122 - uses : actions/checkout@v4
2223
3738 uses : workleap/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
3839 with :
3940 environment : ' release'
40- secrets : inherit
41+ secrets : inherit
You can’t perform that action at this time.
0 commit comments