Skip to content

Commit

Permalink
fix var names
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmarcano committed Aug 9, 2023
1 parent 6826d79 commit b06536b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Building a firmware
run: |
export SSID=${{ secrets.WIFI_SSID }}
export PASS=${{ secrets.WIFI_PASS }}
export PASS=${{ secrets.WIFI_PASSWORD }}
export JOINCODE=${{ secrets.HUSARNET_JOIN_CODE }}
export HOSTNAME=${{ secrets.HUSARNET_HOSTNAME }}
pio lib install
Expand Down

0 comments on commit b06536b

Please sign in to comment.