add github token env variable
This commit is contained in:
2
.github/workflows/update-mod-versions.yml
vendored
2
.github/workflows/update-mod-versions.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
|||||||
pip install requests
|
pip install requests
|
||||||
|
|
||||||
- name: Update mod versions
|
- name: Update mod versions
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
run: |
|
run: |
|
||||||
python .github/scripts/update_mod_versions.py
|
python .github/scripts/update_mod_versions.py
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user