Skip to content

Commit

Permalink
auth
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge committed May 23, 2024
1 parent 327ecef commit 2d93dfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ jobs:
with:
go-version-file: go.mod

- uses: "google-github-actions/auth@v2"
with:
credentials_json: "${{ secrets.GCP_IMAGE_PREFETCHER_CI_SA }}"

- name: Install GKE auth plugin
uses: "google-github-actions/setup-gcloud@v2"
with:
Expand Down

0 comments on commit 2d93dfd

Please sign in to comment.