add env: API_KEY

This commit is contained in:
钟孟捷
2023-02-12 23:08:05 +08:00
parent 9f1d216507
commit 22a2f71691

View File

@@ -12,4 +12,6 @@ jobs:
- name: Prepare - name: Prepare
run: pip install requests run: pip install requests
- name: Run update_url.py - name: Run update_url.py
env:
API_KEY: ${{ secrets.API_KEY }}
run: python update_url.py run: python update_url.py