File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
- name : Backport
32
32
uses : zephyrproject-rtos/action-backport@6b0bae5b575d289305a22ab11a273941b518994c # v2.0.3-3
33
33
with :
34
- github_token : ${{ secrets.GITHUB_TOKEN }}
34
+ github_token : ${{ secrets.NCS_NORDICBUILDER_ACTION_TOKEN }}
35
35
issue_labels : Backport
36
36
labels_template : ' ["Backport"]'
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
14
14
with :
15
- repo-token : ' ${{ secrets.GITHUB_TOKEN }}'
15
+ repo-token : ' ${{ secrets.NCS_NORDICBUILDER_ACTION_TOKEN }}'
16
16
sync-labels : true
Original file line number Diff line number Diff line change 37
37
- name : Manifest
38
38
uses : zephyrproject-rtos/action-manifest@ea38f222cddfbbb9debb5f0239f4139ae2677ebb # v1.8.0
39
39
with :
40
- github-token : ${{ secrets.GITHUB_TOKEN }}
40
+ github-token : ${{ secrets.NCS_NORDICBUILDER_ACTION_TOKEN }}
41
41
manifest-path : ' west.yml'
42
42
checkout-path : ' ncs/nrf'
43
43
use-tree-checkout : ' true'
You can’t perform that action at this time.
0 commit comments