From 5133b2b4e533597945a3c41f992a36cf89e33c27 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 11 Mar 2025 11:22:35 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 05c3158..0e9ad1b 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -20,8 +20,8 @@ jobs: id: generate-token uses: actions/create-github-app-token@v1 with: - app-id: ${{ vars.APP_ID }} - private-key: ${{ secrets.APP_PRIVATE_KEY }} + app-id: ${{ vars.MAIN_APP_ID }} + private-key: ${{ secrets.MAIN_APP_PRIVATE_KEY }} - name: Checkout repository uses: actions/checkout@v4 @@ -97,7 +97,7 @@ jobs: git commit -m "$commit_message" - gh auth status + gh auth login --with-token $GH_TOKEN git push upstream "$branch_name"