Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #227 from 2i2c-org/dependabot/github_actions/googl…
Browse files Browse the repository at this point in the history
…e-github-actions/auth-2

Bump google-github-actions/auth from 1 to 2
  • Loading branch information
sgibson91 authored Dec 4, 2023
2 parents 706f3ee + ece6bd4 commit 0feaebf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/meeting-facilitator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
version: v3.7.2

- 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 Expand Up @@ -136,7 +136,7 @@ jobs:
version: v3.7.2

- 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/populate-current-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
version: v3.7.2

- 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
4 changes: 2 additions & 2 deletions .github/workflows/support-triager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
version: v3.7.2

- 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 Expand Up @@ -138,7 +138,7 @@ jobs:
version: v3.7.2

- 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 0feaebf

Please sign in to comment.