Skip to content

Commit

Permalink
ci: set up ssh on test
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 30, 2024
1 parent 3d09046 commit 290eaf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.ORY_BOT_SSH_KEY }}
- run: make test
- name: Dry-run the sync
run: |
Expand Down

0 comments on commit 290eaf2

Please sign in to comment.