We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddbf85 commit 24c3ab1Copy full SHA for 24c3ab1
.github/workflows/deploy-staging.yml
@@ -20,8 +20,11 @@ jobs:
20
ref: staging
21
path: './phoenix'
22
fetch-depth: 0
23
- - name: Building phoenix release artifacts
+ - name: Building phoenix release artifacts with pro
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:staging
0 commit comments