From bc3eabeed23f9f8e0b20e03fb79db8a3b0ffaf09 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 26 Feb 2022 15:58:44 +0100 Subject: [PATCH] . --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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