From 6d26269873b76cc90610b9eb56226651c4ba8a46 Mon Sep 17 00:00:00 2001 From: Ilya Prokopenko Date: Sat, 28 Jan 2023 08:05:02 +0000 Subject: [PATCH] Change the secret name for the workflow --- .github/workflows/codeberg-mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeberg-mirror.yml b/.github/workflows/codeberg-mirror.yml index c3f762b4..0e5a7485 100644 --- a/.github/workflows/codeberg-mirror.yml +++ b/.github/workflows/codeberg-mirror.yml @@ -14,4 +14,4 @@ jobs: - uses: pixta-dev/repository-mirroring-action@v1 with: target_repo_url: "git@codeberg.org:openvk/openvk.git" - ssh_private_key: ${{ secrets.CODEBERG_PRIVSSH }} + ssh_private_key: ${{ secrets.CODEBERG_MIRRORSSH }}