Skip to content

Commit

Permalink
debug gcp e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Nov 27, 2024
1 parent 49701f9 commit 16ec892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ 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 }}
- name: GCloud Auth
uses: 'google-github-actions/auth@v2'
uses: google-github-actions/auth@v2
with:
project_id: 657418122889
workload_identity_provider: "projects/657418122889/locations/global/workloadIdentityPools/github/providers/github"
service_account: ${{ secrets.E2E_GCP_EMAIL }}
workload_identity_provider: projects/657418122889/locations/global/workloadIdentityPools/github/providers/github
- name: Setup Go
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 16ec892

Please sign in to comment.