Skip to content

Commit

Permalink
Set correct secrets
Browse files Browse the repository at this point in the history
`secrets.PREVIEW_UPLOADER_SERVICE_KEY_JSON_BASE64` ->
`secrets.PROD_PREVIEW_UPLOADER_SERVICE_KEY_JSON_BASE64`

`secrets.PREVIEW_GOOGLE_PROJECT_ID` ->
`secrets.PROD_PREVIEW_GOOGLE_PROJECT_ID`
  • Loading branch information
r-czajkowski committed Feb 17, 2022
1 parent 4329bba commit 97de80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Deploy PR to GCP
uses: thesis/[email protected]
with:
service-key: ${{ secrets.PREVIEW_UPLOADER_SERVICE_KEY_JSON_BASE64 }}
project: ${{ secrets.PREVIEW_GOOGLE_PROJECT_ID }}
service-key: ${{ secrets.PROD_PREVIEW_UPLOADER_SERVICE_KEY_JSON_BASE64 }}
project: ${{ secrets.PROD_PREVIEW_GOOGLE_PROJECT_ID }}
bucket-name: preview.threshold.network
bucket-path: ${{ github.head_ref }}
build-folder: build
Expand Down

0 comments on commit 97de80b

Please sign in to comment.