From e0d1911fd82ee08a4e053ca896b60e97e1138a6c Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 8 Nov 2024 09:48:50 +0900 Subject: [PATCH] PR: fixing repo clone --- .github/workflows/pr_from_upstream.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr_from_upstream.yml b/.github/workflows/pr_from_upstream.yml index 7f59686..c16a13f 100644 --- a/.github/workflows/pr_from_upstream.yml +++ b/.github/workflows/pr_from_upstream.yml @@ -19,13 +19,13 @@ jobs: git checkout "${{ github.ref_name }}" git branch --set-upstream-to=upstream/${{ github.ref_name }} ${{ github.ref_name }} - - name: Generate a token for Rekku - id: generate-rekku-token - uses: actions/create-github-app-token@v1.11.0 - with: - app-id: ${{ vars.REKKU_APP_ID }} - private-key: ${{ secrets.REKKU_PRIVATE_KEY }} - owner: "RetroDECK" + # - name: Generate a token for Rekku + # id: generate-rekku-token + # uses: actions/create-github-app-token@v1 + # with: + # app-id: ${{ vars.REKKU_APP_ID }} + # private-key: ${{ secrets.REKKU_PRIVATE_KEY }} + # owner: "RetroDECK" - name: Configuring Git run: | @@ -79,7 +79,7 @@ jobs: if: success() uses: peter-evans/create-pull-request@v7.0.5 with: - token: ${{ steps.generate-rekku-token.outputs.token || secrets.GITHUB_TOKEN }} + #token: ${{ steps.generate-rekku-token.outputs.token || secrets.GITHUB_TOKEN }} commit-message: "Sync with upstream changes from ${{ env.UPSTREAM_REPO }}" branch: ${{ env.BRANCH_NAME }} title: "Sync with upstream ${{ env.UPSTREAM_REPO }}"