add env: API_KEY
This commit is contained in:
2
.github/workflows/update_url.yml
vendored
2
.github/workflows/update_url.yml
vendored
@@ -12,4 +12,6 @@ jobs:
|
||||
- name: Prepare
|
||||
run: pip install requests
|
||||
- name: Run update_url.py
|
||||
env:
|
||||
API_KEY: ${{ secrets.API_KEY }}
|
||||
run: python update_url.py
|
||||
|
||||
Reference in New Issue
Block a user