Skip to content

Commit

Permalink
chore: update github workflows setup gcloud command
Browse files Browse the repository at this point in the history
  • Loading branch information
Salaton committed Mar 22, 2022
1 parent e31f630 commit fcadf17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2

# Setup gcloud CLI
- uses: google-github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@v0
with:
service_account_key: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
project_id: ${{ secrets.GOOGLE_CLOUD_PROJECT }}
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

# Deploy to Google Cloud Run Serverless
- name: Get GCP project credential
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
service_account_key: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
project_id: ${{ secrets.GOOGLE_CLOUD_PROJECT }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

# Deploy to Google Cloud Run Serverless
- name: Get GCP project credential
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
service_account_key: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
project_id: ${{ secrets.GOOGLE_CLOUD_PROJECT }}
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

# Deploy to Google Cloud Run Serverless
- name: Get GCP project credential
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
service_account_key: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
project_id: ${{ secrets.GOOGLE_CLOUD_PROJECT }}
Expand Down

0 comments on commit fcadf17

Please sign in to comment.