Skip to content

Commit

Permalink
Delete existing service account keys (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
parasj authored Jun 12, 2022
1 parent a91cc34 commit 7f6484e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
with:
project_id: '${{ secrets.GCP_PROJECT_ID }}'
export_default_credentials: true
- name: Delete existing service account keys
run: (gcloud iam service-accounts keys list --project skyplane-ci --iam-account [email protected] --format="value(KEY_ID)" | xargs -I {} gcloud iam service-accounts keys delete --project skyplane-ci --iam-account [email protected] -q {}) || true
- name: Run cloud tests
run: |
poetry run skyplane init -y
Expand Down

0 comments on commit 7f6484e

Please sign in to comment.