Skip to content

Commit

Permalink
ci: use refactored action in manifest-PR.yml
Browse files Browse the repository at this point in the history
nordicbuilder workflow was refactored and is action now.
It was also moved to nrfconnect org.

Signed-off-by: Kari Hamalainen <[email protected]>
  • Loading branch information
karhama committed Apr 5, 2024
1 parent bd34f11 commit 814b615
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/manifest-PR.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Automatically create manifest PR
name: handle manifest PR
on:
pull_request_target:
types: [opened, synchronize, closed]
Expand All @@ -7,7 +7,10 @@ on:


jobs:
call_workflow:
uses: nordicbuilder/action-manifest-pr/.github/workflows/auto-manifest-pr.yml@main
secrets:
NB_TOKEN: ${{ secrets.NCS_GITHUB_TOKEN }}
call-manifest-pr-action:
runs-on: ubuntu-latest
steps:
- name: handle manifest PR
uses: nrfconnect/action-manifest-pr@main
with:
token: ${{ secrets.NCS_GITHUB_TOKEN }}

0 comments on commit 814b615

Please sign in to comment.