Skip to content

Commit bd16c58

Browse files
fix (.github/workflows/ci.yaml): add empty AWS vars for make targets cdjx-remote, extract-remote
1 parent 157eeec commit bd16c58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,18 @@ jobs:
6565

6666
- name: make cdxj-remote
6767
run: make cdxj-remote
68+
env:
69+
AWS_ACCESS_KEY_ID: ""
70+
AWS_SECRET_ACCESS_KEY: ""
6871

6972
- name: make extract
7073
run: make extract
7174

7275
- name: make extract-remote
7376
run: make extract-remote
77+
env:
78+
AWS_ACCESS_KEY_ID: ""
79+
AWS_SECRET_ACCESS_KEY: ""
7480

7581
- name: make cdx_toolkit
7682
run: make cdx_toolkit

0 commit comments

Comments
 (0)