From 9c7efe0e706b7cf3c30580654a44786da55043db Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 26 Feb 2025 18:53:32 +0200 Subject: [PATCH] fix --- .github/workflows/on-pull-request.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/on-pull-request.yaml b/.github/workflows/on-pull-request.yaml index da04263..0671870 100644 --- a/.github/workflows/on-pull-request.yaml +++ b/.github/workflows/on-pull-request.yaml @@ -26,11 +26,9 @@ jobs: git config user.name "GitHub Actions" - name: Sync Fork - env: - GH_TOKEN: ${{ secrets.REPOSITORY_TOKEN }} run: | BASE_BRANCH=${{ github.event.pull_request.base.ref }} gh auth login echo $BASE_BRANCH gh repo sync adskyiproger/poc-core-test-my --branch main - gh auth logout": + gh auth logout