Skip to content

Commit ebd847c

Browse files
committed
ci: another github token var to prevent erractic mac build fail
1 parent 6ab40f5 commit ebd847c

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.github/workflows/desktop-linux-prod-test-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Download phoenix desktop and build test runner
3838
env:
39-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
GH_TOKEN: ${{ github.token }}
4040
run: |
4141
cd ..
4242
git clone https://github.com/phcode-dev/phoenix-desktop.git

.github/workflows/desktop-linux-test-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Download phoenix desktop and build test runner
3737
env:
38-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
GH_TOKEN: ${{ github.token }}
3939
run: |
4040
cd ..
4141
git clone https://github.com/phcode-dev/phoenix-desktop.git

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
npm run release:dev
2828
2929
- name: Download phoenix desktop and build test runner
30+
env:
31+
GH_TOKEN: ${{ github.token }}
3032
run: |
3133
cd ..
3234
git clone https://github.com/phcode-dev/phoenix-desktop.git

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Download phoenix desktop and build test runner
3030
env:
31-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
GH_TOKEN: ${{ github.token }}
3232
run: |
3333
cd ..
3434
git clone https://github.com/phcode-dev/phoenix-desktop.git

.github/workflows/desktop-windows-test-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Download phoenix desktop and build test runner
3030
env:
31-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
GH_TOKEN: ${{ github.token }}
3232
run: |
3333
cd ..
3434
git clone https://github.com/phcode-dev/phoenix-desktop.git

0 commit comments

Comments
 (0)