From e1de1339e55f896d317ec55fed4be12c77c08b79 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 8 Nov 2024 10:35:16 +0900 Subject: [PATCH] PR: using an action to push --- .github/workflows/pr_from_upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_from_upstream.yml b/.github/workflows/pr_from_upstream.yml index 7a802fb..e14cbce 100644 --- a/.github/workflows/pr_from_upstream.yml +++ b/.github/workflows/pr_from_upstream.yml @@ -79,7 +79,7 @@ jobs: uses: ad-m/github-push-action@master with: branch: "${{ env.BRANCH_NAME }}" - github_token: ${{ secrets.REKKU_PRIVATE_KEY }} + github_token: ${{ steps.generate-rekku-token.outputs.token || secrets.TRIGGER_BUILD_TOKEN }} - name: Create Pull Request if: success()