Skip to content

Commit

Permalink
fix(ci): deploy prow still needs iam access.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Feb 20, 2024
1 parent 29f9b22 commit d2f2e91
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
cancel-in-progress: false

jobs:
deploy-terraform:
deploy-terraform-prow:
permissions:
id-token: write
contents: read
Expand All @@ -28,17 +28,10 @@ jobs:
run: |
./tools/deploy_terraform.sh
deploy-prow:
runs-on: ubuntu-22.04
needs: deploy-terraform
steps:
- name: Checkout test-infra ⤵️
uses: actions/checkout@v4

- name: Deploy prow
env:
PROW_HMAC_TOKEN: ${{ secrets.PROW_HMAC_TOKEN }}
PROW_OAUTH_TOKEN: ${{ secrets.PROW_OAUTH_TOKEN }}
PROW_SERVICE_ACCOUNT_JSON: ${{ secrets.PROW_SERVICE_ACCOUNT_JSON }}
run: |
./tools/deploy_prow.sh
./tools/deploy_prow.sh

0 comments on commit d2f2e91

Please sign in to comment.