Skip to content

Commit a36d0ea

Browse files
committed
ci: add pro repo clone creds to github actions mac m1 for testing
1 parent 486a0b6 commit a36d0ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/desktop-mac-m1-test-pull.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
toolchain: 1.85.1
2424

2525
- name: build phoenix dist-test
26+
env:
27+
PRO_REPO_URL: ${{ secrets.PRO_REPO_URL }}
28+
PRO_REPO_ACCESS_TOKEN: ${{ secrets.PRO_REPO_ACCESS_TOKEN }}
2629
run: |
2730
npm ci
2831
npm run build
@@ -31,6 +34,8 @@ jobs:
3134
- name: Download phoenix desktop and build test runner
3235
env:
3336
GH_TOKEN: ${{ github.token }}
37+
PRO_REPO_URL: ${{ secrets.PRO_REPO_URL }}
38+
PRO_REPO_ACCESS_TOKEN: ${{ secrets.PRO_REPO_ACCESS_TOKEN }}
3439
run: |
3540
cd ..
3641
git clone https://github.com/phcode-dev/phoenix-desktop.git

0 commit comments

Comments
 (0)