diff --git a/.github/workflows/quasar_deploy.yml b/.github/workflows/quasar_deploy.yml index e9a8d7be..ace60598 100644 --- a/.github/workflows/quasar_deploy.yml +++ b/.github/workflows/quasar_deploy.yml @@ -156,6 +156,12 @@ jobs: matrix: server: [ "quotes", "appserver" ] steps: + - id: 'auth' + uses: 'google-github-actions/auth@v1' + with: + credentials_json: '${{ secrets.GCP_CREDENTIALS }}' + - name: 'Set up Cloud SDK' + uses: 'google-github-actions/setup-gcloud@v1' - name: Release ${{ matrix.server }} server run: |- gcloud run deploy ${{ matrix.server }} \