File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,10 @@ jobs:
193
193
with :
194
194
hostArch : amd64
195
195
hostDistro : azl3
196
+ permissions :
197
+ contents : read
198
+ # Azure login.
199
+ id-token : write
196
200
197
201
tests-vmtests-osmodifier-ubuntu2404-amd64 :
198
202
name : VMTests suite osmodifier Ubuntu24.04 AMD64
@@ -202,6 +206,10 @@ jobs:
202
206
with :
203
207
hostArch : amd64
204
208
hostDistro : ubuntu2404
209
+ permissions :
210
+ contents : read
211
+ # Azure login.
212
+ id-token : write
205
213
206
214
tests-vmtests-osmodifier-ubuntu2404-arm64 :
207
215
name : VMTests suite osmodifier Ubuntu24.04 ARM64
@@ -211,3 +219,7 @@ jobs:
211
219
with :
212
220
hostArch : arm64
213
221
hostDistro : ubuntu2404
222
+ permissions :
223
+ contents : read
224
+ # Azure login.
225
+ id-token : write
Original file line number Diff line number Diff line change 3
3
4
4
name : Tests VMTests suite for OSModifier
5
5
6
- permissions :
7
- contents : read
8
- # Azure login.
9
- id-token : write
6
+ permissions : {}
10
7
11
8
on :
12
9
workflow_call :
You can’t perform that action at this time.
0 commit comments