From ed62195b8f0b32194264f136ac900d7867751f14 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 8 Nov 2024 09:44:41 +0900 Subject: [PATCH] PR: fixing repo clone --- .github/workflows/pr_from_upstream.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr_from_upstream.yml b/.github/workflows/pr_from_upstream.yml index 4fd9be0..c08b400 100644 --- a/.github/workflows/pr_from_upstream.yml +++ b/.github/workflows/pr_from_upstream.yml @@ -19,14 +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 - # with: - # app-id: ${{ vars.REKKU_APP_ID }} - # private-key: ${{ secrets.REKKU_PRIVATE_KEY }} - # repositories: "RetroDECK,Cooker" - # 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: |