diff --git a/.github/workflows/web-api-publish.yml b/.github/workflows/web-api-publish.yml index 9737801a1..65e78b3c6 100644 --- a/.github/workflows/web-api-publish.yml +++ b/.github/workflows/web-api-publish.yml @@ -32,7 +32,7 @@ jobs: uses: peter-evans/create-pull-request@v4 id: cpr with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.BOT_GITHUB_TOKEN }} branch: update-web-api-client commit-message: "web: bump API Client version" title: "web: bump API Client version"