From 072b992e0c11041645e9d4002a0fac87cccb5e8a Mon Sep 17 00:00:00 2001 From: Stefan Praszalowicz Date: Thu, 4 Nov 2021 11:17:24 -0700 Subject: [PATCH] Update secret name in build.yml New secret for access to the kentik-api-rust repo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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