Skip to content

Commit

Permalink
workflow: on_target: Pass secrets to build workflow
Browse files Browse the repository at this point in the history
Pass all secrets to build workflow so that the build workflow can access
secrets like MEMFAULT_PROJECT_KEY when triggered from on_target
workflow.

Signed-off-by: Balaji Srinivasan <[email protected]>
  • Loading branch information
Balaji Srinivasan committed Jun 25, 2024
1 parent b15b618 commit b93530f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit

test:
name: Test
Expand Down

0 comments on commit b93530f

Please sign in to comment.