Skip to content

Commit

Permalink
feat: added variable from env
Browse files Browse the repository at this point in the history
  • Loading branch information
JMorinPS committed Mar 19, 2024
1 parent bf14b8d commit 337ece5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
with:
workload_identity_provider: ${{ secrets.WI_PROVIDER_PREPRODUCTION }}
service_account: ${{ secrets.WI_SA_PREPRODUCTION }}
project_id: ps-mbo-preproduction
project_id: ${{ env.GCP_PROJECT }}

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
with:
project_id: $GCP_PROJECT
project_id: ${{ env.GCP_PROJECT }}

- name: Copy env files
run: |
Expand Down

0 comments on commit 337ece5

Please sign in to comment.