Skip to content

Commit

Permalink
ci: Adjust inputs for code-freeze workflow (#11550)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g authored Dec 11, 2024
1 parent 0500d6b commit fc8e00f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
code-freeze:
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/[email protected]
with:
library_name: NeMo-Toolkit
python_package: nemo
type_of_release: ${{ inputs.type_of_release }}
library-name: NeMo-Toolkit
python-package: nemo
release-type: ${{ inputs.type_of_release }}
freeze-commit: ${{ inputs.freeze-commit }}
secrets:
SLACK_RELEASE_ENDPOINT: ${{ secrets.SLACK_RELEASE_ENDPOINT }}
SLACK_WEBHOOK_ADMIN: ${{ secrets.SLACK_WEBHOOK_ADMIN }}
Expand Down

0 comments on commit fc8e00f

Please sign in to comment.