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 c767097 commit 738ef56
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 @@ -9,7 +9,7 @@ on:
env:
SIFT_ACCOUNT_ID: ${{ secrets.ACCOUNT_ID }}
SIFT_API_KEY: ${{ secrets.API_KEY }}
GITHUBCLONEKEY: ${{ secrets.GITHUBCLONEKEY }}
GIT_HUB_CLONE_KEY: ${{ secrets.GITHUBCLONEKEY }}
GRADLE_OPTS: -Dorg.gradle.project.sonatypeUsername=username -Dorg.gradle.project.sonatypePassword=password

jobs:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: SiftScience/sift-java-integration-app
ssh-key: ${{ secrets.GITHUBCLONEKEY }}
ssh-key: ${{ secrets.GIT_HUB_CLONE_KEY }}
ref: main

- name: Run tests
Expand Down

0 comments on commit 738ef56

Please sign in to comment.