Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Sep 10, 2024
1 parent d12b1f6 commit 4430402
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
pull_request_target:
types:
- opened
Expand Down Expand Up @@ -31,8 +34,9 @@ jobs:
run: |
set -ex
mkdir -p -m 700 ~/.ssh
ssh-keygen -N '' -f ~/.ssh/id_rsa
ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
chmod 600 ~/.ssh/known_hosts
- uses: actions/checkout@v3

Expand Down

0 comments on commit 4430402

Please sign in to comment.