diff --git a/.github/workflows/automate.yml b/.github/workflows/automate.yml index fb714662..7b048f1c 100644 --- a/.github/workflows/automate.yml +++ b/.github/workflows/automate.yml @@ -26,4 +26,4 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: run - run: STD_ID=${{ secrets.STD_ID }} PASSWORD=${{ secrets.PASSWORD }} python3 main.py \ No newline at end of file + run: STD_ID="${{ secrets.STD_ID }}" PASSWORD="${{ secrets.PASSWORD }}" python3 main.py