Skip to content

Commit 577ed5f

Browse files
authored
update build scripts
1 parent 49ef3b9 commit 577ed5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-production.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
fetch-depth: 0
2323
- name: Building phoenix release artifacts
2424
working-directory: ./phoenix
25+
env:
26+
PRO_REPO_URL: ${{ secrets.PRO_REPO_URL }}
27+
PRO_REPO_ACCESS_TOKEN: ${{ secrets.PRO_REPO_ACCESS_TOKEN }}
2528
run: |
2629
npm ci
2730
npm run release:prod

0 commit comments

Comments
 (0)