Skip to content

Commit 0a40671

Browse files
ko3n1gNeMo Bot
authored andcommitted
ci: Add-credentials-for-docs (#432)
Signed-off-by: oliver könig <okoenig@nvidia.com> Signed-off-by: NeMo Bot <nemo-bot@nvidia.com>
1 parent 8c55dcc commit 0a40671

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ on:
4141
description: Branch to target for version bump
4242
jobs:
4343
release:
44-
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.73.0
44+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.76.1
4545
with:
4646
release-ref: ${{ inputs.release-ref }}
4747
python-package: nemo_run
@@ -52,9 +52,4 @@ jobs:
5252
gh-release-use-changelog-builder: ${{ inputs.generate-changelog }}
5353
publish-docs: ${{ inputs.publish-docs }}
5454
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 }}
55+
secrets: inherit

0 commit comments

Comments
 (0)