mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-20 12:32:18 +08:00
fix(port_releaser): always use remote when pushing and add token (#7856)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user