We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6a1d3 commit 4590496Copy full SHA for 4590496
.github/workflows/cleanup.yml
@@ -16,13 +16,13 @@ jobs:
16
steps:
17
- uses: 'actions/checkout@v3'
18
19
- - uses: 'google-github-actions/setup-gcloud@main'
20
-
21
- uses: 'google-github-actions/auth@main'
22
with:
23
workload_identity_provider: '${{ secrets.WIF_PROVIDER_NAME }}'
24
service_account: '${{ secrets.DEPLOY_CLOUDRUN_SA_EMAIL }}'
25
+ - uses: 'google-github-actions/setup-gcloud@main'
+
26
- name: Delete services
27
run: |-
28
BUFFER="$(TZ=GMT+4 date +%Y-%m-%d)"
0 commit comments