Skip to content

Commit 75f267d

Browse files
committed
Comment out SSH auth for now
1 parent 3966ff2 commit 75f267d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 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

0 commit comments

Comments
 (0)