diff --git a/.github/workflows/update-frontend.yml b/.github/workflows/update-frontend.yml index f4982233..cdb2e37d 100644 --- a/.github/workflows/update-frontend.yml +++ b/.github/workflows/update-frontend.yml @@ -46,7 +46,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PR_BOT_PAT }} commit-message: "Update frontend to v${{ github.event.inputs.version }}" title: "Frontend Update: v${{ github.event.inputs.version }}" body: |