diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 785cba5f..3780bc79 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 \ No newline at end of file + args: -u ${{secrets.UPLOAD_USER}}:${{secrets.UPLOAD_PASSWORD}} --upload-file HMI/nspanel.tft ${{secrets.UPLOAD_URL}} \ No newline at end of file