diff --git a/.github/workflows/on-pull-request.yaml b/.github/workflows/on-pull-request.yaml index c8a4454..fac71fb 100644 --- a/.github/workflows/on-pull-request.yaml +++ b/.github/workflows/on-pull-request.yaml @@ -92,8 +92,8 @@ jobs: git remote -v - name: Push Branch run: | - git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${FORK_REPOSITORY_PATH}.git sync-with-${BASE_BRANCH} - + git push https://x-access-token:${{ secrets.FORK_ORGANISATION_TOKEN }}@github.com/${FORK_REPOSITORY_PATH}.git sync-with-${BASE_BRANCH} + - name: Create PR in ${{ secrets.FORK_REPOSITORY_ORGANISATION }}/${{ secrets.FORK_REPOSITORY_NAME }} if: steps.sync_fork.outcome == 'failure' run: |