Update report.yml
This commit is contained in:
2
.github/workflows/report.yml
vendored
2
.github/workflows/report.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user