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 f2a0d74 commit 2a4cebdCopy full SHA for 2a4cebd
.github/workflows/sca.yml
@@ -30,8 +30,8 @@ jobs:
30
with:
31
tool-name: coverity
32
install-dir: coverity
33
- s3-access_key_id: ${{ secrets.TOOLDIST_ACCESS_KEY }}
34
- s3-secret-access_key: ${{ secrets.TOOLDIST_SECRET_ACCESS_KEY }}
+ s3-access-key-id: ${{ secrets.TOOLDIST_ACCESS_KEY }}
+ s3-secret-access-key: ${{ secrets.TOOLDIST_SECRET_ACCESS_KEY }}
35
36
- name: Check Env
37
run: |
0 commit comments