Skip to content

Commit

Permalink
Merge pull request #8061 from romayalon/romy-fix-aws-ghaction
Browse files Browse the repository at this point in the history
CI | RPM build | Added missing secrets: inherit to workflow_calls
  • Loading branch information
romayalon authored May 21, 2024
2 parents d36156b + 08cfa9a commit aa6593b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-rpm-master-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ on:
jobs:
call-master-rpm-build-and-upload:
uses: ./.github/workflows/rpm-build-and-upload-flow.yaml
secrets: inherit
with:
branch: 'master'
1 change: 1 addition & 0 deletions .github/workflows/nightly-rpm-stage-5.15.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ on:
jobs:
call-stage-5-15-4-rpm-build-and-upload:
uses: ./.github/workflows/rpm-build-and-upload-flow.yaml
secrets: inherit
with:
branch: 'stage_5.15.4'
2 changes: 2 additions & 0 deletions .github/workflows/rpm-build-and-upload-flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
uses: ./.github/workflows/upload-rpm-to-aws.yaml
with:
rpm_full_path: ${{ needs.build-rpm-centos8.outputs.rpm_full_path }}
secrets: inherit

upload-centos9-rpm-to-aws:
needs: build-rpm-centos9
uses: ./.github/workflows/upload-rpm-to-aws.yaml
with:
rpm_full_path: ${{ needs.build-rpm-centos9.outputs.rpm_full_path }}
secrets: inherit

0 comments on commit aa6593b

Please sign in to comment.