From a0301c1a5811d03c9e9fc515f2490a2b6e0c5efe Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 11 Mar 2025 13:09:10 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 7a35626..ff9e254 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -21,8 +21,8 @@ jobs: id: app-token uses: actions/create-github-app-token@v1 with: - app-id: ${{ vars.MAIN_APP_ID }} - private-key: ${{ secrets.MAIN_APP_PRIVATE_KEY }} + app-id: ${{ vars.APP_ID }} + private-key: ${{ secrets.APP_PRIVATE_KEY }} owner: community-scripts repositories: | ProxmoxVE