Change token from RELEASE_TOKEN to PR_TOKEN

This commit is contained in:
shayaa
2026-04-09 00:29:51 +02:00
committed by GitHub
parent 64953cb969
commit 5a63131777
@@ -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 }}