From 471513ed2a30f5a5c6b6644f82276491087c9140 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 10 Mar 2025 15:49:38 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 1667964..456ccb4 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -9,6 +9,8 @@ jobs: permissions: contents: write pull-requests: write + env: + GH_TOKEN: ${{ github.token }} steps: - name: Generate a token @@ -22,11 +24,6 @@ jobs: uses: actions/checkout@v4 with: ref: main - - name: Set up GH_TOKEN - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo "GH_TOKEN=${GH_TOKEN}" >> $GITHUB_ENV - name: List Issues in Repository id: list_issues