File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -33,25 +33,18 @@ jobs:
33
33
- /tmp:/tmp
34
34
outputs :
35
35
name : ${{ steps.configuration.outputs.name }}
36
- version : ${{ steps.configuration.outputs.version }}`f
36
+ version : ${{ steps.configuration.outputs.version }}
37
37
steps :
38
38
# sometimes auth fails with:
39
39
# google-github-actions/setup-gcloud failed with: EACCES: permission denied, mkdir '/__t/gcloud'
40
+ - name : Set up Cloud SDK
41
+ uses : google-github-actions/setup-gcloud@v1
40
42
- id : auth
41
43
uses : google-github-actions/auth@v1
42
44
continue-on-error : true
43
45
with :
44
46
token_format : access_token
45
47
credentials_json : " ${{ secrets.GCP_CREDENTIALS }}"
46
- # so we retry on failure
47
- - id : auth-retry
48
- uses : google-github-actions/auth@v1
49
- if : steps.auth.outcome == 'failure'
50
- with :
51
- token_format : access_token
52
- credentials_json : " ${{ secrets.GCP_CREDENTIALS }}"
53
- - name : Set up Cloud SDK
54
- uses : google-github-actions/setup-gcloud@v1
55
48
# do this step as early as possible, so that Slack Notify failure has the secret
56
49
- name : Get Secrets from GCP
57
50
id : " secrets"
You can’t perform that action at this time.
0 commit comments