Skip to content

Commit

Permalink
fix gcp auth
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Nov 27, 2024
1 parent 0e03a79 commit 4ca7ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Decode and save Google service account to a file/env var
run: |
(base64 -d <<< ${{ secrets.E2E_GCP_SA_KEY }}) > ${{ env.E2E_GCP_SA_KEY_FILE }}
echo "E2E_GCP_SA_KEY_DECODED=$(base64 -d <<< ${{ secrets.E2E_GCP_SA_KEY }})" >> $GITHUB_ENV
echo "E2E_GCP_SA_KEY_DECODED=$((base64 -d <<< ${{ secrets.E2E_GCP_SA_KEY }}) | jq -c .)" >> $GITHUB_ENV
- name: GCloud Auth
uses: google-github-actions/auth@v2
with:
Expand Down

0 comments on commit 4ca7ef3

Please sign in to comment.