Skip to content

doc: wifi: Update TX power calculation #59696

doc: wifi: Update TX power calculation

doc: wifi: Update TX power calculation #59696

Workflow file for this run

name: Manifest
on: pull_request_target
permissions:
contents: read
pull-requests: write
jobs:
manifest:
runs-on: ubuntu-latest
name: Manifest
steps:
- name: Checkout the code
uses: actions/checkout@v4
with:
path: ncs/nrf
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
persist-credentials: false
- name: west setup
env:
BASE_REF: ${{ github.base_ref }}
working-directory: ncs/nrf
run: |
pip3 install west
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
west init -l . || true
# We only import the zephyr manifest
west update zephyr
- name: Manifest
uses: zephyrproject-rtos/[email protected]
with:
github-token: ${{ secrets.NCS_GITHUB_TOKEN }}
manifest-path: 'west.yml'
checkout-path: 'ncs/nrf'
use-tree-checkout: 'true'
west-import-flag: 'self'
check-impostor-commits: 'true'
label-prefix: 'manifest-'
verbosity-level: '1'
labels: 'manifest'
dnm-labels: 'DNM'