Skip to content

Commit

Permalink
chore: Set Wokwi Token as GitHub environment secret
Browse files Browse the repository at this point in the history
  • Loading branch information
hayschan committed Jun 4, 2024
1 parent 099cd1b commit aa1574f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
run: |
. $IDF_PATH/export.sh
python -m pip install idf-build-apps
- name: Set Wokwi Token (GitHub environment secret `WOKWI_CLI_TOKEN`)
run: echo "WOKWI_CLI_TOKEN=${{ secrets.WOKWI_CLI_TOKEN }}" >> $GITHUB_ENV
- name: Build Test Application with ESP-IDF
run: |
. $IDF_PATH/export.sh
Expand Down

0 comments on commit aa1574f

Please sign in to comment.