From 6bbca9f676f798346a21b18fe6ed590b4ca05345 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 10 Mar 2025 15:48:15 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index c0f2e29..1667964 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -64,7 +64,7 @@ jobs: git config --global user.name "GitHub Actions" - name: Create PR if files found - if: env.files_found == 'true' + env: GH_TOKEN: ${{ steps.generate-token.outputs.token }} run: |