Skip to content

Commit

Permalink
chore: add google auth step
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisingal committed Aug 12, 2024
1 parent 132439e commit 8243173
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-docker-args.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Google Auth
uses: google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.HELM_GCS_CREDENTIALS }}'

- name: Update Docker Args
shell: bash
id: args
Expand Down

0 comments on commit 8243173

Please sign in to comment.