Skip to content

Commit 502c1e3

Browse files
committed
Fixed GCP credentials
1 parent 7b4bef1 commit 502c1e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
uses: actions/checkout@v3
2929

3030
- name: Setup GCP credentials
31+
env:
32+
BASE64_GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.BASE64_GOOGLE_APPLICATION_CREDENTIALS }}
33+
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
34+
GOOGLE_CLOUD_PROJECT: ${{ secrets.GOOGLE_CLOUD_PROJECT }}
3135
run: ./tests/Scripts/setup_gcp.sh
3236

3337
- name: Setup cache environment

0 commit comments

Comments
 (0)