chore(ci): Use Personal Access Token for scheduled updates workflow (#2377)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-07-07 17:30:42 +00:00 committed by GitHub
parent 1368cf4a14
commit fbfffc13eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@ jobs:
- name: Create Pull Request if changes occurred
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.AUTOMATION_PAT }}
commit-message: |
chore: Scheduled updates (Firmware, Hardware, Translations)