27 add sixtron connector nexus pwm #11
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Zephyr Zest_Core_nRF52832 CI/CD" | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
board: | |
uses: catie-aq/zephyr_workflows/.github/workflows/board.yml@main | |
with: | |
board: "zest_core_nrf52832" | |
secrets: | |
personal_access_token: ${{ secrets.CI_6TRON_ZEPHYR_RO }} |