This commit is contained in:
joBr99
2022-02-26 15:58:44 +01:00
committed by GitHub
parent 960eb9476c
commit 16668131f3

View File

@@ -8,4 +8,4 @@ jobs:
- name: curl
uses: wei/curl@v1
with:
args: -u $UPLOAD_USER:$UPLOAD_PASSWORD --upload-file HMI/nspanel.tft $UPLOAD_URL
args: -u ${{secrets.UPLOAD_USER}}:${{secrets.UPLOAD_PASSWORD}} --upload-file HMI/nspanel.tft ${{secrets.UPLOAD_URL}}