File tree Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 2929 defaults :
3030 run :
3131 shell : bash
32- permissions :
33- id-token : write
3432 steps :
3533 - name : Checkout
3634 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244244 if : needs.release.outputs.releases
245245 uses : ./.github/workflows/release-integration.yml
246246 permissions :
247- id-token : write
247+ contents : read
248248 secrets :
249249 PUBLISH_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
250250 with :
Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ runs-on: ubuntu-latest
33defaults:
44 run:
55 shell: bash
6- {{ #if publish }}
7- permissions:
8- id-token: write
9- {{ /if }}
106steps:
117 {{ #if publish }}
128 {{> stepsSetupYml jobCheckout = (obj ref =" ${{ fromJSON (inputs.releases )[0 ].tagName }} " ) }}
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186186 uses: ./.github/workflows/release-integration.yml
187187 {{ #if publish }}
188188 permissions:
189- id-token: write
189+ contents: read
190190 secrets:
191191 PUBLISH_TOKEN: $\{{ secrets.PUBLISH_TOKEN }}
192192 {{ /if }}
You can’t perform that action at this time.
0 commit comments