From 5a63131777ce8b7986bbbc497f93f06467cd5061 Mon Sep 17 00:00:00 2001 From: shayaa <101264710+Vxrtrauter@users.noreply.github.com> Date: Thu, 9 Apr 2026 00:29:51 +0200 Subject: [PATCH] Change token from RELEASE_TOKEN to PR_TOKEN --- .github/workflows/sync-readme-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}