Skip to content

Commit

Permalink
Merge pull request #3485 from 2i2c-org/dependabot/github_actions/goog…
Browse files Browse the repository at this point in the history
…le-github-actions/auth-2
  • Loading branch information
sgibson91 authored Dec 4, 2023
2 parents 06d8a9d + 4077e99 commit 6d002e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-grafana-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: mdgreenwald/[email protected]

- name: Setup sops credentials to decrypt repo secrets
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: "${{ secrets.GCP_KMS_DECRYPTOR_KEY }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ensure-uptime-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Authenticate with the correct KMS key that sops will use.
- name: Setup sops credentials to decrypt repo secrets
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: "${{ secrets.GCP_KMS_DECRYPTOR_KEY }}"

Expand Down

0 comments on commit 6d002e3

Please sign in to comment.