From 0297f357d7de38a2feef41b3dd1b56f7e13e9189 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 10 Mar 2025 16:22:28 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index c7c7218..713d56a 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -43,9 +43,7 @@ jobs: - name: Check if script files exist id: check_files run: | - script_name="wf-test" - # Check if files exist under /ct, /install, and /json ct_file="ct/${script_name}.sh" install_file="install/${script_name}-install.sh" json_file="json/${script_name}.json" @@ -63,13 +61,6 @@ jobs: git config --global user.email "github-actions@github.com" git config --global user.name "GitHub Actions" - - name: Generate a token - id: generate-token - uses: actions/create-github-app-token@v1 - with: - app-id: ${{ vars.APP_ID }} - private-key: ${{ secrets.APP_PRIVATE_KEY }} - - name: Create PR if files found if: env.files_found == 'true' env: