We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486a0b6 commit a36d0eaCopy full SHA for a36d0ea
.github/workflows/desktop-mac-m1-test-pull.yml
@@ -23,6 +23,9 @@ jobs:
23
toolchain: 1.85.1
24
25
- 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 }}
29
run: |
30
npm ci
31
npm run build
@@ -31,6 +34,8 @@ jobs:
34
- name: Download phoenix desktop and build test runner
32
35
env:
33
36
GH_TOKEN: ${{ github.token }}
37
38
39
40
cd ..
41
git clone https://github.com/phcode-dev/phoenix-desktop.git
0 commit comments