Skip to content

Commit

Permalink
workflows: pass secret in nightly build
Browse files Browse the repository at this point in the history
When calling reusable workflow the secrets are not passed by default.
This patch fixes the issue of missing LAVA token.

Signed-off-by: Milosz Wasilewski <[email protected]>
  • Loading branch information
mwasilew authored and ricardosalveti committed Dec 6, 2024
1 parent c0e01e3 commit ccc37db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ on:
jobs:
nightly:
uses: ./.github/workflows/build-yocto.yml
secrets: inherit

0 comments on commit ccc37db

Please sign in to comment.