Skip to content

Commit 6f94b08

Browse files
committedSep 15, 2022
fix: pass secrets to reused workflow
1 parent e5ef23c commit 6f94b08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@ jobs:
4141
release-sdk:
4242
needs: prepare-release
4343
uses: ./.github/workflows/release-project-in-dir.yml
44+
secrets: inherit
4445
with:
4546
version_branch: ${{needs.prepare-release.outputs.version_branch}}
4647
project_dir: '.'
4748

4849
release-bom:
4950
needs: prepare-release
5051
uses: ./.github/workflows/release-project-in-dir.yml
52+
secrets: inherit
5153
with:
5254
version_branch: ${{needs.prepare-release.outputs.version_branch}}
5355
project_dir: './operator-framework-bom'

0 commit comments

Comments
 (0)
Please sign in to comment.