Skip to content

Commit

Permalink
Migrate to the new GCP action for setting up gcloud. (#5198)
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanyang authored Jul 24, 2021
1 parent a563355 commit 00e83a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/health-metrics-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.x
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@master
with:
service_account_key: ${{ secrets.GCP_SA_KEY }}
- run: yarn install
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.x
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@master
with:
service_account_key: ${{ secrets.GCP_SA_KEY }}
- run: yarn install
Expand Down

0 comments on commit 00e83a3

Please sign in to comment.