Skip to content

Commit

Permalink
Update secret name in build.yml
Browse files Browse the repository at this point in the history
New secret for access to the kentik-api-rust repo
  • Loading branch information
stfp authored Nov 4, 2021
1 parent e8065f8 commit 072b992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
target: x86_64-unknown-linux-musl
- uses: webfactory/[email protected]
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
Expand Down

0 comments on commit 072b992

Please sign in to comment.