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 16, 2023
1 parent 6d803f6 commit a2f2dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: ./.github/actions/setup-google-cloud-auth
id: "auth"
with:
GOOGLE_CLOUD_TOKEN: ${{ matrix.google_cloud_token }}
GOOGLE_CLOUD_TOKEN: ${{ secrets[matrix.google_cloud_token] }}

- name: Login to Artifact Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit a2f2dde

Please sign in to comment.