This commit is contained in:
Johannes
2022-02-26 15:58:44 +01:00
committed by GitHub
parent e35e768974
commit bc3eabeed2

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}}