File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
38
38
- name : Run assignment script
39
39
env :
40
- GITHUB_TOKEN : ${{ secrets.ZB_GITHUB_TOKEN }}
40
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41
41
run : |
42
42
FLAGS="-v"
43
43
FLAGS+=" -o ${{ github.event.repository.owner.login }}"
Original file line number Diff line number Diff line change 33
33
- name : Backport
34
34
uses : zephyrproject-rtos/action-backport@7e74f601d11eaca577742445e87775b5651a965f # v2.0.3-3
35
35
with :
36
- github_token : ${{ secrets.ZB_GITHUB_TOKEN }}
36
+ github_token : ${{ secrets.GITHUB_TOKEN }}
37
37
issue_labels : Backport
38
38
labels_template : ' ["Backport"]'
Original file line number Diff line number Diff line change 34
34
35
35
- name : Run backport issue checker
36
36
env :
37
- GITHUB_TOKEN : ${{ secrets.ZB_GITHUB_TOKEN }}
37
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38
38
run : |
39
39
./scripts/release/list_backports.py \
40
40
-o ${{ github.event.repository.owner.login }} \
Original file line number Diff line number Diff line change 33
33
- name : Manifest
34
34
uses : zephyrproject-rtos/action-manifest@cb8f6fba6f20b5f8649bd573e80a7583a239894c # v1.7.0
35
35
with :
36
- github-token : ${{ secrets.ZB_GITHUB_TOKEN }}
36
+ github-token : ${{ secrets.GITHUB_TOKEN }}
37
37
manifest-path : ' west.yml'
38
38
checkout-path : ' zephyrproject/zephyr'
39
39
use-tree-checkout : ' true'
You can’t perform that action at this time.
0 commit comments