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 913657f commit 38c8bcf
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 revoke ${{ secrets.GCP_SA_EMAIL }}
run: gcloud auth revoke ${{ secrets.GCP_SA_EMAIL }}

0 comments on commit 38c8bcf

Please sign in to comment.