fix(port_releaser): always use remote when pushing and add token (#7856)

This commit is contained in:
André Costa
2025-03-20 16:40:13 +01:00
committed by GitHub
parent c4bd86a019
commit a6ef8a41b7
2 changed files with 21 additions and 6 deletions
+3 -1
View File
@@ -31,4 +31,6 @@ jobs:
git config --global user.email 'lvgl-bot@users.noreply.github.com'
- name: run the script
run: python3 lvgl/scripts/release_branch_updater.py --oldest-major 9
env:
GITHUB_TOKEN: ${{ secrets.PORT_RELEASER_GITHUB_TOKEN }}
run: python3 lvgl/scripts/release_branch_updater.py --oldest-major 9 --github-token "$GITHUB_TOKEN"