Skip to content

Commit aab18d1

Browse files
committed
fix environment
1 parent 1ceecd8 commit aab18d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/google-cloudrun-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Authenticate Cloud CLI
3131
uses: 'google-github-actions/auth@v2'
3232
with:
33-
credentials_json: '${{ secrets.GCP_SA_KEY }}'
33+
credentials_json: ${{ secrets.GCP_SA_KEY }}
3434

3535
- name: Set up Cloud SDK
3636
uses: 'google-github-actions/setup-gcloud@v2'
@@ -62,7 +62,7 @@ jobs:
6262
- name: Authenticate Cloud CLI
6363
uses: 'google-github-actions/auth@v2'
6464
with:
65-
credentials_json: '${{ secrets.GCP_SA_KEY }}'
65+
credentials_json: ${{ secrets.GCP_SA_KEY }}
6666

6767

6868
- name: Set up Cloud SDK

0 commit comments

Comments
 (0)