Skip to content

Commit

Permalink
migrate jenkins ci to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmallampati-sift committed Jun 26, 2024
1 parent 3f7fe61 commit 019e2f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
java-version: '8'
distribution: 'zulu'
- name: Clone sift-java-integration-app and extract sift-java
uses: webfactory/[email protected]
uses: actions/checkout@v4
with:
repository: SiftScience/sift-java-integration-app
ssh-private-key: ${{ secrets.GITHUBCLONEKEY }}
ssh-key: ${{ secrets.GITHUBCLONEKEY }}
ref: main
path: /
- run: |
Expand Down

0 comments on commit 019e2f2

Please sign in to comment.