Skip to content

Commit

Permalink
Merge pull request #1261 from PrestaShopCorp/fix/zip-build-prod
Browse files Browse the repository at this point in the history
Change prod secrets
  • Loading branch information
Matt75 authored Aug 12, 2024
2 parents a37586d + b3ce7d1 commit 2c5bf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ps8-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:

- name: Write .env file
run: |
gcloud --quiet beta secrets versions access latest --project=$GCLOUD_PROJECT --secret="module-env" > .env
gcloud --quiet beta secrets versions access latest --project=$GCP_PROJECT --secret="module-env" > .env
env:
GCLOUD_PROJECT: ${{ secrets.GCLOUD_PROJECT_PRODUCTION }}

Expand Down

0 comments on commit 2c5bf39

Please sign in to comment.