From 0e11890ddfffda981b22f09dc7754ab8b48986dd Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 11 Mar 2025 10:44:50 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index a2c24f0..162da6c 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -18,6 +18,7 @@ jobs: with: app-id: ${{ vars.PUSH_TO_MAIN_APP_ID }} private-key: ${{ secrets.PUSH_TO_MAIN_APP_SECRET }} + repositories: ProxmoxVE - name: Checkout repository uses: actions/checkout@v4