Skip to content

Commit 0b28d5c

Browse files
add region
1 parent eeb70b1 commit 0b28d5c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ jobs:
5151
- name: Set up drivers-github-tools
5252
uses: mongodb-labs/drivers-github-tools/setup@v2
5353
with:
54-
aws_region_name: ${{ inputs.aws_region_name }}
55-
aws_role_arn: ${{ inputs.aws_role_arn }}
56-
aws_secret_id: ${{ inputs.aws_secret_id }}
57-
aws_region: us-east-1
54+
aws_region_name: ${{ secrets.aws_region_name }}
55+
aws_role_arn: ${{ secrets.aws_role_arn }}
56+
aws_secret_id: ${{ secrets.aws_secret_id }}
5857

5958
- name: "Generate Sarif Report"
6059
uses: "alcaeus/drivers-github-tools/code-scanning-export@export-code-scanning-report"

0 commit comments

Comments
 (0)