Skip to content

Commit 24c3ab1

Browse files
authored
update build
1 parent 6ddbf85 commit 24c3ab1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ jobs:
2020
ref: staging
2121
path: './phoenix'
2222
fetch-depth: 0
23-
- name: Building phoenix release artifacts
23+
- name: Building phoenix release artifacts with pro
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:staging

0 commit comments

Comments
 (0)