File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
18
18
19
19
- uses : ' google-github-actions/auth@main'
20
20
with :
21
- workload_identity_provider : ' ${{ secrets .WIF_PROVIDER_NAME }}'
22
- service_account : ' ${{ secrets .SERVICE_ACCOUNT_EMAIL }}'
21
+ workload_identity_provider : ' ${{ vars .WIF_PROVIDER_NAME }}'
22
+ service_account : ' ${{ vars .SERVICE_ACCOUNT_EMAIL }}'
23
23
24
24
- uses : ' google-github-actions/setup-gcloud@main'
25
25
26
26
- name : Delete services
27
27
run : |-
28
- gcloud config set core/project "${{ secrets .PROJECT_ID }}"
28
+ gcloud config set core/project "${{ vars .PROJECT_ID }}"
29
29
30
30
# List and delete all versions that were deployed 30 minutes ago or
31
31
# earlier. The date math here is a little weird, but we're looking for
Original file line number Diff line number Diff line change 33
33
34
34
- uses : ' google-github-actions/auth@main'
35
35
with :
36
- workload_identity_provider : ' ${{ secrets .WIF_PROVIDER_NAME }}'
37
- service_account : ' ${{ secrets .SERVICE_ACCOUNT_EMAIL }}'
36
+ workload_identity_provider : ' ${{ vars .WIF_PROVIDER_NAME }}'
37
+ service_account : ' ${{ vars .SERVICE_ACCOUNT_EMAIL }}'
38
38
39
39
- name : ' Update app.yaml'
40
40
run : |-
You can’t perform that action at this time.
0 commit comments