Changes applyed to RI84MGV4
This commit is contained in:
parent
29160289c4
commit
e185a87018
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.ARTIFACTS_GCLOUD_ACCOUNT_BASE64 }}
|
credentials_json: ${{ secrets.ARTIFACTS_GCLOUD_ACCOUNT_BASE64 }}
|
||||||
- name: Setup gcloud authentication
|
- name: Setup gcloud authentication
|
||||||
uses: google-github-actions/setup-gcloud@master
|
uses: google-github-actions/setup-gcloud@v0
|
||||||
with:
|
with:
|
||||||
version: ${{env.GCLOUD_VERSION}}
|
version: ${{env.GCLOUD_VERSION}}
|
||||||
|
|
||||||
@ -99,7 +99,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.ARTIFACTS_GCLOUD_ACCOUNT_BASE64 }}
|
credentials_json: ${{ secrets.ARTIFACTS_GCLOUD_ACCOUNT_BASE64 }}
|
||||||
- name: Set up gcloud I
|
- name: Set up gcloud I
|
||||||
uses: google-github-actions/setup-gcloud@master
|
uses: google-github-actions/setup-gcloud@v0
|
||||||
with:
|
with:
|
||||||
version: '297.0.1' # https://github.com/google-github-actions/setup-gcloud/issues/128
|
version: '297.0.1' # https://github.com/google-github-actions/setup-gcloud/issues/128
|
||||||
|
|
||||||
|
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.ARTIFACTS_GCLOUD_ACCOUNT_BASE64 }}
|
credentials_json: ${{ secrets.ARTIFACTS_GCLOUD_ACCOUNT_BASE64 }}
|
||||||
- name: Setup gcloud authentication
|
- name: Setup gcloud authentication
|
||||||
uses: google-github-actions/setup-gcloud@master
|
uses: google-github-actions/setup-gcloud@v0
|
||||||
with:
|
with:
|
||||||
version: ${{env.GCLOUD_VERSION}}
|
version: ${{env.GCLOUD_VERSION}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user