Skip to content

Commit bddf692

Browse files
committed
move token back to wokwi job
1 parent f723247 commit bddf692

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/hil.yml

+2
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ jobs:
9898
sudo apt update && sudo apt install -y -qq jq
9999
100100
- name: Run Tests
101+
env:
102+
WOKWI_CLI_TOKEN: ${{ secrets.WOKWI_CLI_TOKEN }}
101103
run: |
102104
bash .github/scripts/tests_run.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}} -w ${{env.WOKWI_TIMEOUT}}
103105

0 commit comments

Comments
 (0)