We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c55dcc commit 0a40671Copy full SHA for 0a40671
1 file changed
.github/workflows/release.yml
@@ -41,7 +41,7 @@ on:
41
description: Branch to target for version bump
42
jobs:
43
release:
44
- uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.73.0
+ uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.76.1
45
with:
46
release-ref: ${{ inputs.release-ref }}
47
python-package: nemo_run
@@ -52,9 +52,4 @@ jobs:
52
gh-release-use-changelog-builder: ${{ inputs.generate-changelog }}
53
publish-docs: ${{ inputs.publish-docs }}
54
docs-target-path: nemo/run
55
- secrets:
56
- TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
57
- TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
58
- SLACK_WEBHOOK_ADMIN: ${{ secrets.SLACK_WEBHOOK_ADMIN }}
59
- SLACK_WEBHOOK: ${{ secrets.SLACK_RELEASE_ENDPOINT }}
60
- PAT: ${{ secrets.PAT }}
+ secrets: inherit
0 commit comments