diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2b612c8..22e2054 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,11 +21,3 @@ jobs: architecture: 'x64' - run: pip install -r ./requirements.txt && python ./main.py - env: - APP_ID: ${{ secrets.APP_ID }} - APP_SECRET: ${{ secrets.APP_SECRET }} - TEMPLATE_ID: ${{ secrets.TEMPLATE_ID }} - USER_ID: ${{ secrets.USER_ID }} - START_DATE: ${{ secrets.START_DATE }} - BIRTHDAY: ${{ secrets.BIRTHDAY }} - CITY: ${{ secrets.CITY }}