Skip to content

boards: nrf54lc10dk: add support for nrf54lc10a #4318

boards: nrf54lc10dk: add support for nrf54lc10a

boards: nrf54lc10dk: add support for nrf54lc10a #4318

Workflow file for this run

name: Manifest

Check warning on line 1 in .github/workflows/manifest.yml

View workflow run for this annotation

GitHub Actions / Manifest

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
on: pull_request_target
permissions:
contents: read
pull-requests: write
jobs:
manifest:
runs-on: ubuntu-24.04
name: Manifest
steps:
- name: Checkout the code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
path: ncs/nrf-bm
fetch-depth: 0
persist-credentials: false
- name: west setup
env:
BASE_REF: ${{ github.base_ref }}
working-directory: ncs/nrf-bm
run: |
pip3 install west
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
west init -l . || true
- name: Manifest
uses: zephyrproject-rtos/action-manifest@09983f53d3d878791aa37a7755ae44d695f4c1e5 # v2.0.0
with:
github-token: ${{ secrets.NCS_GITHUB_TOKEN }}
manifest-path: 'west.yml'
checkout-path: 'ncs/nrf-bm'
use-tree-checkout: 'true'
west-import-flag: 'self'
check-impostor-commits: 'true'
label-prefix: 'manifest-'
verbosity-level: '1'
labels: 'manifest'
dnm-labels: 'DNM'