38 cant get pwm1 to work #5
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_STM32L4A6RG CI/CD" | ||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
workflow_dispatch: | ||
jobs: | ||
board-test: | ||
uses: catie-aq/zephyr_workflows/.github/workflows/board.yml@main | ||
Check failure on line 12 in .github/workflows/board.yaml
|
||
with: | ||
board: "zest_core_stm32l4a6rg" | ||
secrets: | ||
personal_access_token: ${{ secrets.PAT }} |