Skip to content

Commit 58cc3be

Browse files
committed
ci: Use NordicBuilder's token to open and label PRs
If github-action[bot] is used, GH actions are not triggered Signed-off-by: Jan Gałda <[email protected]>
1 parent 9ab733f commit 58cc3be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
- name: Backport
3232
uses: zephyrproject-rtos/action-backport@6b0bae5b575d289305a22ab11a273941b518994c # v2.0.3-3
3333
with:
34-
github_token: ${{ secrets.GITHUB_TOKEN }}
34+
github_token: ${{ secrets.NCS_NORDICBUILDER_ACTION_TOKEN }}
3535
issue_labels: Backport
3636
labels_template: '["Backport"]'

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
steps:
1313
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
1414
with:
15-
repo-token: '${{ secrets.GITHUB_TOKEN }}'
15+
repo-token: '${{ secrets.NCS_NORDICBUILDER_ACTION_TOKEN }}'
1616
sync-labels: true

.github/workflows/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Manifest
3838
uses: zephyrproject-rtos/action-manifest@ea38f222cddfbbb9debb5f0239f4139ae2677ebb # v1.8.0
3939
with:
40-
github-token: ${{ secrets.GITHUB_TOKEN }}
40+
github-token: ${{ secrets.NCS_NORDICBUILDER_ACTION_TOKEN }}
4141
manifest-path: 'west.yml'
4242
checkout-path: 'ncs/nrf'
4343
use-tree-checkout: 'true'

0 commit comments

Comments
 (0)