mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-11 00:33:03 +00:00
Adding GCP Auth to download job
This commit is contained in:
9
.github/workflows/autodeploy.yml
vendored
9
.github/workflows/autodeploy.yml
vendored
@@ -61,6 +61,15 @@ jobs:
|
||||
runs-on: webapp
|
||||
needs: build
|
||||
steps:
|
||||
- name: Authorize GCP
|
||||
uses: google-github-actions/auth@v2
|
||||
with:
|
||||
credentials_json: ${{ secrets.CORIOLIS_GCP_SA_KEY }}
|
||||
- name: Set up Cloud SDK
|
||||
uses: google-github-actions/setup-gcloud@v2
|
||||
with:
|
||||
version: '>=363.0.0'
|
||||
project_id: ${{ secrets.GCP_PROJECT_ID }}
|
||||
- name: Download and unzip the build
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user