Skip to content

Commit

Permalink
chore: trying to figure out access issues
Browse files Browse the repository at this point in the history
  • Loading branch information
peeter-tomberg committed Jul 15, 2023
1 parent f155730 commit 2246692
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
REGISTRY: ${{ vars.FVST_PROJECT_REGION }}-docker.pkg.dev/${{ vars.FVST_PROJECT_PREFIX }}-fvst-${{matrix.environment}}/registry

steps:
- uses: "actions/checkout@v3"

- name: "Unpack Key"
id: "google-key"
run: |
Expand All @@ -38,6 +40,7 @@ jobs:
name: "Authenticate to Google Cloud"
uses: "google-github-actions/auth@v1"
with:
token_format: "access_token"
credentials_json: ${{steps.google-key.outputs.GOOGLE_CLOUD_TOKEN}}

- name: "Set up Cloud SDK"
Expand Down

0 comments on commit 2246692

Please sign in to comment.