diff --git a/.github/workflows/sync-readme-dependencies.yml b/.github/workflows/sync-readme-dependencies.yml index 50be6cf..6ce45ef 100644 --- a/.github/workflows/sync-readme-dependencies.yml +++ b/.github/workflows/sync-readme-dependencies.yml @@ -36,4 +36,4 @@ jobs: title: "Sync README dependencies" body: "Automated update of the Python Dependencies section in README.md to match `requirements.txt`." labels: documentation - token: ${{ secrets.RELEASE_TOKEN }} + token: ${{ secrets.PR_TOKEN }}