File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,21 @@ jobs:
3636 gcloud auth activate-service-account --key-file service-key.json
3737
3838 - id : checkout
39+ name : Checkout
3940 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4041
4142 - id : deploy
4243 name : ' Deploy to GCP Cloud Functions'
44+ env :
45+ GCLOUD_APP_BUCKET : ${{ secrets.GCLOUD_APP_BUCKET }}
46+ GCLOUD_DATA_BUCKET : ${{ secrets.GCLOUD_DATA_BUCKET }}
47+ GCLOUD_PROJECT : ${{ secrets.GCLOUD_PROJECT }}
48+ GCLOUD_WWW_BUCKET : ${{ secrets.GCLOUD_WWW_BUCKET }}
49+ REACT_APP_SENTRY_DSN : ${{ vars.REACT_APP_SENTRY_DSN }}
50+ SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
51+ SENTRY_CLIENT_PROJECT : ${{ secrets.SENTRY_CLIENT_PROJECT }}
52+ SENTRY_DSN : ${{ secrets.SENTRY_DSN }}
53+ SENTRY_ORG : ${{ secrets.SENTRY_ORG }}
4354 run : |
4455 make deploy
4556 .github/sentry-release.sh
You can’t perform that action at this time.
0 commit comments