File tree Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 21
21
22
22
permissions :
23
23
contents : read
24
+ id-token : write
24
25
25
26
jobs :
26
27
publish :
Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ jobs:
244
244
if : needs.release.outputs.releases
245
245
uses : ./.github/workflows/release-integration.yml
246
246
permissions :
247
+ contents : read
247
248
id-token : write
248
249
secrets :
249
250
PUBLISH_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
Original file line number Diff line number Diff line change 21
21
22
22
permissions:
23
23
contents: read
24
+ id-token: write
24
25
25
26
jobs:
26
27
publish:
Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ jobs:
186
186
uses: ./.github/workflows/release-integration.yml
187
187
{{ #if publish }}
188
188
permissions:
189
+ contents: read
189
190
id-token: write
190
191
secrets:
191
192
PUBLISH_TOKEN: $\{{ secrets.PUBLISH_TOKEN }}
Original file line number Diff line number Diff line change 890
890
891
891
permissions:
892
892
contents: read
893
+ id-token: write
893
894
894
895
jobs:
895
896
publish:
@@ -2574,6 +2575,7 @@ on:
2574
2575
2575
2576
permissions:
2576
2577
contents: read
2578
+ id-token: write
2577
2579
2578
2580
jobs:
2579
2581
publish:
@@ -4114,6 +4116,7 @@ on:
4114
4116
4115
4117
permissions:
4116
4118
contents: read
4119
+ id-token: write
4117
4120
4118
4121
jobs:
4119
4122
publish:
You can’t perform that action at this time.
0 commit comments