From 2960a5b73198e9218bb4f1548e60d16e478c8f72 Mon Sep 17 00:00:00 2001 From: Liora Milbaum Date: Sun, 7 Apr 2024 15:44:50 +0300 Subject: [PATCH] Mirror repository workflow Signed-off-by: Liora Milbaum --- .github/workflows/mirror-repository.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror-repository.yaml b/.github/workflows/mirror-repository.yaml index dbf348de..20a2a61e 100644 --- a/.github/workflows/mirror-repository.yaml +++ b/.github/workflows/mirror-repository.yaml @@ -24,7 +24,7 @@ jobs: - name: Push to mirror Repository run: | - git remote add mirror https://github.com/containers-mirror/ai-lab-recipes.git + git remote add mirror https://${{ TOKEN }}@github.com/containers-mirror/ai-lab-recipes.git git push mirror main - name: Publish Job Results to Slack