Update pr.yml
parent
ba20dbbb96
commit
9bc85570c7
|
@ -46,6 +46,8 @@ jobs:
|
||||||
name: Production build
|
name: Production build
|
||||||
needs: setup
|
needs: setup
|
||||||
uses: ./.github/workflows/production-build.yml
|
uses: ./.github/workflows/production-build.yml
|
||||||
|
env:
|
||||||
|
CALENDSO_ENCRYPTION_KEY: ${{ secrets.CI_CALENDSO_ENCRYPTION_KEY }}
|
||||||
secrets:
|
secrets:
|
||||||
node_version: ${{ secrets.NODE_VERSION }}
|
node_version: ${{ secrets.NODE_VERSION }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue