We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ef3b9 commit 577ed5fCopy full SHA for 577ed5f
1 file changed
.github/workflows/deploy-production.yml
@@ -22,6 +22,9 @@ jobs:
22
fetch-depth: 0
23
- name: Building phoenix release artifacts
24
working-directory: ./phoenix
25
+ env:
26
+ PRO_REPO_URL: ${{ secrets.PRO_REPO_URL }}
27
+ PRO_REPO_ACCESS_TOKEN: ${{ secrets.PRO_REPO_ACCESS_TOKEN }}
28
run: |
29
npm ci
30
npm run release:prod
0 commit comments