Skip to content

Commit

Permalink
[BRE-131] Passing secrets to reusable workflow (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixman20 authored Dec 10, 2024
1 parent 7e5d6c7 commit 7f32ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-self-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ jobs:
uses: ./.github/workflows/_build.yml
with:
chart_name: self-host
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/build-sm-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ jobs:
uses: ./.github/workflows/_build.yml
with:
chart_name: sm-operator
secrets: inherit

0 comments on commit 7f32ff3

Please sign in to comment.