Skip to content

Commit f723247

Browse files
committed
move wokwi cli token variable
1 parent d3d807c commit f723247

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/hil.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
env:
1111
MAX_CHUNKS: 15
1212
WOKWI_TIMEOUT: 120000 # Milliseconds
13+
WOKWI_CLI_TOKEN: ${{ secrets.WOKWI_CLI_TOKEN }}
1314

1415
concurrency:
1516
group: hil-${{github.event.pull_request.number || github.ref}}
@@ -97,8 +98,6 @@ jobs:
9798
sudo apt update && sudo apt install -y -qq jq
9899
99100
- name: Run Tests
100-
env:
101-
WOKWI_CLI_TOKEN: ${{ secrets.WOKWI_CLI_TOKEN }}
102101
run: |
103102
bash .github/scripts/tests_run.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}} -w ${{env.WOKWI_TIMEOUT}}
104103

0 commit comments

Comments
 (0)