Skip to content

Commit 2a4cebd

Browse files
committed
action inputs fixed
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent f2a0d74 commit 2a4cebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sca.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
with:
3131
tool-name: coverity
3232
install-dir: coverity
33-
s3-access_key_id: ${{ secrets.TOOLDIST_ACCESS_KEY }}
34-
s3-secret-access_key: ${{ secrets.TOOLDIST_SECRET_ACCESS_KEY }}
33+
s3-access-key-id: ${{ secrets.TOOLDIST_ACCESS_KEY }}
34+
s3-secret-access-key: ${{ secrets.TOOLDIST_SECRET_ACCESS_KEY }}
3535

3636
- name: Check Env
3737
run: |

0 commit comments

Comments
 (0)