Skip to content

Commit

Permalink
fix: Update Github Action id with valid string
Browse files Browse the repository at this point in the history
Closes: #1017
Signed-off-by: William Lam <wlam@vmware.com>
  • Loading branch information
William Lam committed Mar 2, 2023
1 parent 4c33c27 commit 3a22207
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gcr-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

- id: Login to GCP
- id: login_to_gcp
uses: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcr-prerelease-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

- id: Login to GCP
- id: login_to_gcp
uses: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

- id: Login to GCP
- id: login_to_gcp
uses: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify-gcr-login.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
login:
name: Verify-GCR-Login
name: Verify GCR Login
runs-on: ubuntu-latest
timeout-minutes: 3
env:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Check out code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

- id: Login to GCP
- id: login_to_gcp
uses: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
Expand Down

0 comments on commit 3a22207

Please sign in to comment.