Skip to content

Commit 487ae85

Browse files
committed
Fix: Ensure SECURE_API_TOKEN is injected properly
1 parent 621e2e7 commit 487ae85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
docker build -t worker ./worker
2424
docker build -t result ./result
2525
26-
- name: Debug: Check if SECURE_API_TOKEN is available
26+
- name: Debug
2727
env:
2828
SECURE_API_TOKEN: ${{ secrets.SECURE_API_TOKEN }}
2929
run: |

0 commit comments

Comments
 (0)