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 eeb70b1 commit 0b28d5cCopy full SHA for 0b28d5c
.github/workflows/release.yml
@@ -51,10 +51,9 @@ jobs:
51
- name: Set up drivers-github-tools
52
uses: mongodb-labs/drivers-github-tools/setup@v2
53
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
+ aws_region_name: ${{ secrets.aws_region_name }}
+ aws_role_arn: ${{ secrets.aws_role_arn }}
+ aws_secret_id: ${{ secrets.aws_secret_id }}
58
59
- name: "Generate Sarif Report"
60
uses: "alcaeus/drivers-github-tools/code-scanning-export@export-code-scanning-report"
0 commit comments