Skip to content

Commit

Permalink
Use ssh-key for checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Feb 17, 2024
1 parent f240269 commit 7d4987c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: 'recursive'
ssh-key: ${{ secrets.SSH_KEY }}
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down Expand Up @@ -149,6 +150,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: 'recursive'
ssh-key: ${{ secrets.SSH_KEY }}
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -167,7 +169,7 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: run tests
uses: yujincheng08/android-emulator-runner@VanillaIceCream
uses: yujincheng08/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 7d4987c

Please sign in to comment.