diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e96388f..b3c44e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: target: x86_64-unknown-linux-musl - uses: webfactory/ssh-agent@v0.2.0 with: - ssh-private-key: ${{ secrets.GITHUB_DEPLOY_KEY }} + ssh-private-key: ${{ secrets.KENTIK_API_RUST_DEPLOY_KEY }} - uses: actions/checkout@v2 with: fetch-depth: 0