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 24d52b2 commit 1bf36feCopy full SHA for 1bf36fe
.github/workflows/scratch-workflow.yml
@@ -10,9 +10,20 @@ jobs:
10
runs-on: ubuntu-latest
11
environment: staging
12
steps:
13
- - run: echo "Hello, world!"
+ # - name: 'Checkout'
14
+ # uses: 'actions/checkout@v3'
15
+ # with:
16
+ # submodules: "true"
17
18
- name: Print environment variable
19
env:
20
NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT: ${{ vars.NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT }}
21
run: echo $NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT
22
+
23
+ # @see: https://github.com/google-github-actions/auth?tab=readme-ov-file#direct-wif
24
+ - name: 'Google auth'
25
+ id: 'auth'
26
+ uses: 'google-github-actions/auth@v2'
27
+ with:
28
+ project_id: '${{ secrets.GCP_PROJECT_ID }}'
29
+ workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}'
0 commit comments