Skip to content

Commit 2088d26

Browse files
committed
Comment out SSH auth for now
1 parent 3966ff2 commit 2088d26

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
21-
- name: Setup SSH Auth
22-
if: runner.environment == 'github-hosted'
23-
uses: webfactory/[email protected]
24-
with:
25-
ssh-private-key: ${{ secrets.SSH_KEY }}
21+
# - name: Setup SSH Auth
22+
# if: runner.environment == 'github-hosted'
23+
# uses: webfactory/[email protected]
24+
# with:
25+
# ssh-private-key: ${{ secrets.SSH_KEY }}
2626
- name: Setup MSYS2
2727
uses: msys2/setup-msys2@v2
2828
- name: Build
@@ -65,11 +65,11 @@ jobs:
6565
if: runner.environment == 'github-hosted'
6666
run: |
6767
NONINTERACTIVE=1 arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
68-
- name: Setup SSH Auth
69-
if: runner.environment == 'github-hosted'
70-
uses: webfactory/[email protected]
71-
with:
72-
ssh-private-key: ${{ secrets.SSH_KEY }}
68+
# - name: Setup SSH Auth
69+
# if: runner.environment == 'github-hosted'
70+
# uses: webfactory/[email protected]
71+
# with:
72+
# ssh-private-key: ${{ secrets.SSH_KEY }}
7373
- name: Build
7474
run: ./build_macos.sh
7575
- name: Upload Artifact
@@ -104,11 +104,11 @@ jobs:
104104
steps:
105105
- name: Checkout
106106
uses: actions/checkout@v4
107-
- name: Setup SSH Auth
108-
if: runner.environment == 'github-hosted'
109-
uses: webfactory/[email protected]
110-
with:
111-
ssh-private-key: ${{ secrets.SSH_KEY }}
107+
# - name: Setup SSH Auth
108+
# if: runner.environment == 'github-hosted'
109+
# uses: webfactory/[email protected]
110+
# with:
111+
# ssh-private-key: ${{ secrets.SSH_KEY }}
112112
- name: Build
113113
run: ./build_linux.sh
114114
- name: Upload Artifact

0 commit comments

Comments
 (0)