From 9f5a0bb8789ffac5c82ef197e44247835a84c790 Mon Sep 17 00:00:00 2001 From: zdj97 <113007896+zdj97@users.noreply.github.com> Date: Sun, 9 Oct 2022 18:27:50 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 -------- 1 file changed, 8 deletions(-) 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 }}