Update report.yml

This commit is contained in:
Karuboniru
2020-04-08 13:40:17 +08:00
committed by GitHub
parent 585d42ff8b
commit 49ddc56bd7

View File

@@ -30,6 +30,8 @@ jobs:
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
python -m pip install --upgrade pip
python -m pip install pytz requests datetime
sed -i "s/PASSWORD/${{ secrets.SEP_PASSWD }}/g" sub.py
sed -i "s/USERNAME/${{ secrets.SEP_USER_NAME }}/g" sub.py
sed -i "s/API_KEY/${{ secrets.API_KEY }}/g" sub.py