diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec88adb..8636638 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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