From 3c2bac588cadb99092829d5f2cce504ead58a351 Mon Sep 17 00:00:00 2001 From: lockbitchat Date: Mon, 20 Oct 2025 12:51:27 -0400 Subject: [PATCH] ci: switch mirror workflow to HTTPS token authentication --- .github/workflows/mirror-to-privacyguides.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mirror-to-privacyguides.yml b/.github/workflows/mirror-to-privacyguides.yml index 29a39b3..e880f64 100644 --- a/.github/workflows/mirror-to-privacyguides.yml +++ b/.github/workflows/mirror-to-privacyguides.yml @@ -22,3 +22,4 @@ jobs: git remote remove privacyguides || true git remote add privacyguides https://SecureBitChat:${PRIVACYGUIDES_TOKEN}@code.privacyguides.dev/SecureBitChat/securebit-chat.git git push privacyguides main --force +#New \ No newline at end of file