Skip to content

Commit 3781cff

Browse files
committed
remove write id-token from github build workflow
1 parent aa5df4c commit 3781cff

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)