Skip to content

Commit e0a5fb7

Browse files
workflows: add CI token
Add CI token to check out nrfxlib next and zephyr next. Signed-off-by: Eivind Jølsgard <[email protected]>
1 parent 57ff21c commit e0a5fb7

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/compliance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
git-fetch-depth: 0
1818
git-ref: ${{ github.event.pull_request.head.sha }}
19+
west-token: ${{ secrets.NCS_GITHUB_TOKEN }}
1920

2021
- name: cache-pip
2122
uses: actions/cache@v3

.github/workflows/docbuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
steps:
3333
- name: Checkout sources
3434
uses: nordicbuilder/action-checkout-west-update@main
35+
with:
36+
west-token: ${{ secrets.NCS_GITHUB_TOKEN }}
3537

3638
- name: cache-pip
3739
uses: actions/cache@v3

.github/workflows/license-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
git-fetch-depth: 0
4343
git-ref: ${{ github.event.pull_request.head.sha }}
44+
west-token: ${{ secrets.NCS_GITHUB_TOKEN }}
4445
path: ncs/${{ inputs.path }}
4546
west-update-args: '-n zephyr bsim'
4647

0 commit comments

Comments
 (0)