Skip to content

Commit

Permalink
Remove write id-token from GitHub build workflow (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-westphal authored Feb 19, 2025
1 parent 8ce6a9f commit e4a602b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ jobs:
runs-on: ubuntu-22.04
permissions:
contents: 'read'
id-token: 'write'
needs:
- build-centos
- build-ubuntu
Expand Down Expand Up @@ -231,7 +230,6 @@ jobs:
docker-compose-e2e-test:
permissions:
contents: 'read'
id-token: 'write'
runs-on: ubuntu-22.04
needs:
- build-docker-image
Expand Down

0 comments on commit e4a602b

Please sign in to comment.