Skip to content

Commit

Permalink
updated GH action to delete GCP key
Browse files Browse the repository at this point in the history
  • Loading branch information
dmengelt committed Jun 28, 2024
1 parent 38c8bcf commit a07b9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/revoke-gcp-key.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
- name: Revoke GCP key
run: gcloud auth revoke ${{ secrets.GCP_SA_EMAIL }}
run: gcloud auth revoke

0 comments on commit a07b9f1

Please sign in to comment.