[nrf toup] Migrate DAC to CRACEN KMU on nRF54L devices #252
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: Create manifest PR | |
on: | |
pull_request_target: | |
types: [opened, synchronize, closed] | |
branches: | |
- master | |
jobs: | |
create-manifest-pr: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create manifest PR | |
uses: nrfconnect/action-manifest-pr@main | |
with: | |
token: ${{ secrets.NCS_GITHUB_TOKEN }} |