From 6986f6e97f30f55b8d9857013905ffc2beaa93f9 Mon Sep 17 00:00:00 2001 From: kierandrewett Date: Sat, 27 Apr 2024 22:24:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Use=20production=20CI=20private?= =?UTF-8?q?=20key=20for=20renew=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/renew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renew.yml b/.github/workflows/renew.yml index 244d9c2..7a0d995 100644 --- a/.github/workflows/renew.yml +++ b/.github/workflows/renew.yml @@ -25,7 +25,7 @@ jobs: ts_oauth_secret: ${{ secrets.TS_OAUTH_SECRET }} ts_tags: tag:ci ssh_username: ci - ssh_private_key: ${{ secrets.CI_PRIVATE_KEY }} + ssh_private_key: ${{ secrets.SERVER_CI_PRIVATE_KEY }} run: | cd /app ./scripts/renew_certificates_docker.sh