Add stub secrets to allow compile on CI
All checks were successful
Compile / Compile (push) Successful in 1m14s

This commit is contained in:
Lewis Jackson 2023-06-01 03:12:31 +03:00
parent 24e04577f8
commit 9e6f562287

View file

@ -11,4 +11,5 @@ jobs:
- name: Compile - name: Compile
run: | run: |
cd ${{ github.workspace }} cd ${{ github.workspace }}
echo -en '#define WIFI_SSID "<ssid>"\n#define WIFI_PASS "<pass>"\n' >src/secrets.h
/root/.platformio/penv/bin/pio run /root/.platformio/penv/bin/pio run