Skip to content

Commit

Permalink
Pass secrets down into reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlauser committed Jun 3, 2024
1 parent 43a7616 commit c04e7e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ jobs:
pre-release-upload:
needs: build
if: github.event_name != 'pull_request'
uses: ./.github/workflows/pre-release-upload.yml
uses: ./.github/workflows/pre-release-upload.yml
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/pre-release-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
device-tests:
uses: ./.github/workflows/device-tests.yml
secrets: inherit

pre-release-upload:
needs: device-tests
Expand Down

0 comments on commit c04e7e6

Please sign in to comment.