We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4bef1 commit 502c1e3Copy full SHA for 502c1e3
.github/workflows/php.yml
@@ -28,6 +28,10 @@ jobs:
28
uses: actions/checkout@v3
29
30
- 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 }}
35
run: ./tests/Scripts/setup_gcp.sh
36
37
- name: Setup cache environment
0 commit comments