diff --git a/.github/workflows/sync-readme-dependencies.yml b/.github/workflows/sync-readme-dependencies.yml index 5141452..50be6cf 100644 --- a/.github/workflows/sync-readme-dependencies.yml +++ b/.github/workflows/sync-readme-dependencies.yml @@ -35,4 +35,5 @@ jobs: branch: auto/sync-readme-dependencies title: "Sync README dependencies" body: "Automated update of the Python Dependencies section in README.md to match `requirements.txt`." - labels: documentation \ No newline at end of file + labels: documentation + token: ${{ secrets.RELEASE_TOKEN }}