From 36dbf1cebc7ccd28dbfbe3bee74200863ad0d315 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 10 Mar 2025 16:21:03 +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 7fe0926..c7c7218 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -9,8 +9,6 @@ jobs: permissions: contents: write pull-requests: write - env: - GH_TOKEN: ${{ github.token }} steps: - name: Checkout repository @@ -20,6 +18,8 @@ jobs: - name: List Issues in Repository id: list_issues + env: + GH_TOKEN: ${{ github.token }} run: | echo "Filtering Issues with Label MigrationTest"