Skip to content

Commit

Permalink
Add PROJECT_ID to env variables from GH secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovilla committed Jan 7, 2025
1 parent 8a6ec44 commit 66ff355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ on:
required: true
type: string

env:
PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}

jobs:
test-render-providers:
# Prevents the execution of this test under the following conditions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_gcp_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
env:
NEBARI_IMAGE_TAG: ${{ github.event.inputs.image-tag || 'main' }}
TF_LOG: ${{ github.event.inputs.tf-log-level || 'info' }}
PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}

jobs:
test-gcp-integration:
Expand Down

0 comments on commit 66ff355

Please sign in to comment.