diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 222a94d..f5e678a 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -9,4 +9,4 @@ jobs: - name: create pull request run: gh pr create --title 'Merge branch_to_merge into base_branch' --body 'Created by Github action' env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file