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 738ef56 commit 48d93c1
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 }}
GIT_HUB_CLONE_KEY: ${{ secrets.GITHUBCLONEKEY }}
GITHUBCLONEKEY: ${{ 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.GIT_HUB_CLONE_KEY }}
ssh-key: ${{ secrets.GITHUBCLONEKEY }}
ref: main

- name: Run tests
Expand Down

0 comments on commit 48d93c1

Please sign in to comment.