diff --git a/.github/workflows/auto-create-pull-request.yaml b/.github/workflows/auto-create-pull-request.yaml index 1f8df10..4989cd2 100644 --- a/.github/workflows/auto-create-pull-request.yaml +++ b/.github/workflows/auto-create-pull-request.yaml @@ -11,6 +11,7 @@ jobs: uses: diillson/auto-pull-request@v1.0.1 with: destination_branch: master + github_token: ${{ secrets.PAT }} pr_assignee: andrewcole pr_label: release name: Automatically Create Pull Request