Skip to content

Commit

Permalink
fix: pass secrets to reused workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Sep 15, 2022
1 parent e5ef23c commit 6f94b08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ jobs:
release-sdk:
needs: prepare-release
uses: ./.github/workflows/release-project-in-dir.yml
secrets: inherit
with:
version_branch: ${{needs.prepare-release.outputs.version_branch}}
project_dir: '.'

release-bom:
needs: prepare-release
uses: ./.github/workflows/release-project-in-dir.yml
secrets: inherit
with:
version_branch: ${{needs.prepare-release.outputs.version_branch}}
project_dir: './operator-framework-bom'

0 comments on commit 6f94b08

Please sign in to comment.