From de8cf77212febb117d7a1035c8c86441e79d4ac7 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 13 Feb 2023 17:37:29 +0530 Subject: [PATCH] fix: CI: update secret name --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 84dab25..77dcf71 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -10,4 +10,4 @@ pipeline: - make env - make - make ci-deploy - secrets: [ FORGEJO_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET ] + secrets: [ FORGEJO_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET_MCAPTCHA_IO ]