Fixed redfish subscription creation for Open BMC redfish (#26) #66
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Publish Helm charts | |
on: [push, pull_request, workflow_dispatch] | |
jobs: | |
build_and_release: | |
uses: Cray-HPE/hms-build-chart-workflows/.github/workflows/build_and_release_charts.yaml@v2 | |
with: | |
artifactory-component: hms-hmcollector | |
target-branch: main | |
secrets: inherit |