Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5df14e

Browse files
authored
Update python-app.yml
1 parent 765222e commit b5df14e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ jobs:
2929
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3030
- name: Run weather Report
3131
run: |
32-
python main.py
32+
python weather_report.py
33+
env:
34+
APP_ID: ${{ secrets.APP_ID }
35+
APP_SECRET: ${{ secrets.APP_SECRET }
36+
OPEN_ID: ${{ secrets.OPEN_ID }
37+
TEMPLATE_ID: ${{ secrets.TEMPLATE_ID }

0 commit comments

Comments
 (0)