Commit 7a6f501 1 parent e5941a0 commit 7a6f501 Copy full SHA for 7a6f501
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
55
GOOS=windows GOARCH=amd64 EXE_SUFFIX=.exe make cli-ci
56
56
57
57
- name : Authorize GCP Upload
58
- uses : google-github-actions/auth@v1
58
+ uses : google-github-actions/auth@v1.1.1
59
59
with :
60
60
credentials_json : ' ${{ secrets.GCP_CREDENTIALS }}'
61
61
- name : upload
Original file line number Diff line number Diff line change 57
57
path : ${{ env.TARGET }}
58
58
59
59
- name : Authorize GCP Upload
60
- uses : google-github-actions/auth@v1
60
+ uses : google-github-actions/auth@v1.1.1
61
61
with :
62
62
credentials_json : ' ${{ secrets.GCP_CREDENTIALS }}'
63
63
Original file line number Diff line number Diff line change 53
53
sudo -Hu testbot bash -lc 'make clean-all'
54
54
55
55
- name : Authorize GCP Upload
56
- uses : google-github-actions/auth@v1
56
+ uses : google-github-actions/auth@v1.1.1
57
57
with :
58
58
credentials_json : ' ${{ secrets.GCP_CREDENTIALS }}'
59
59
@@ -165,7 +165,7 @@ jobs:
165
165
166
166
steps :
167
167
- name : Authorize GCP
168
- uses : google-github-actions/auth@v1
168
+ uses : google-github-actions/auth@v1.1.1
169
169
with :
170
170
credentials_json : ' ${{ secrets.GCP_CREDENTIALS }}'
171
171
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Authorize GCP
19
- uses : google-github-actions/auth@v1
19
+ uses : google-github-actions/auth@v1.1.1
20
20
with :
21
21
credentials_json : ' ${{ secrets.GCP_CREDENTIALS }}'
22
22
You can’t perform that action at this time.
0 commit comments