Skip to content

Commit e4a602b

Browse files
authored
Remove write id-token from GitHub build workflow (#1121)
1 parent 8ce6a9f commit e4a602b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ jobs:
188188
runs-on: ubuntu-22.04
189189
permissions:
190190
contents: 'read'
191-
id-token: 'write'
192191
needs:
193192
- build-centos
194193
- build-ubuntu
@@ -231,7 +230,6 @@ jobs:
231230
docker-compose-e2e-test:
232231
permissions:
233232
contents: 'read'
234-
id-token: 'write'
235233
runs-on: ubuntu-22.04
236234
needs:
237235
- build-docker-image

0 commit comments

Comments
 (0)