Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit efa9572

Browse files
authored
ci: Update secrets detector and fix release docs (#97)
* Update secrets detector Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Fix release docs Signed-off-by: Charlie Truong <chtruong@nvidia.com> --------- Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent 9d83cb5 commit efa9572

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
overwrite-latest-on-tag: false
5454
run-on-version-tag-only: ${{ github.ref_name != 'main' }}
5555
request-name: dfm-publish-docs-${{ github.run_id }}
56-
aws-region: ${{ var.DOCS_AWS_REGION }}
56+
aws-region: ${{ vars.DOCS_AWS_REGION }}
5757
aws-role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
5858
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
5959
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

.github/workflows/secrets-detector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ on:
1818

1919
jobs:
2020
secrets-detector:
21-
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_secrets-detector.yml@v0.69.1
21+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_secrets-detector.yml@v0.70.0

0 commit comments

Comments
 (0)