From 32bacd1211463a5efb8fd9b4ccd4cd0b1f23d03e Mon Sep 17 00:00:00 2001 From: shayaa <101264710+Vxrtrauter@users.noreply.github.com> Date: Thu, 9 Apr 2026 00:24:50 +0200 Subject: [PATCH] Add token to sync README dependencies workflow Added a token to the sync README dependencies workflow. --- .github/workflows/sync-readme-dependencies.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}