diff --git a/.github/workflows/github-pull-request-creation.yml b/.github/workflows/github-pull-request-creation.yml index ef22e8b..5538f0b 100644 --- a/.github/workflows/github-pull-request-creation.yml +++ b/.github/workflows/github-pull-request-creation.yml @@ -21,3 +21,5 @@ jobs: --base ${{ inputs.branch }} \ --title $PR_TITLE \ --body "" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}