mirror of
https://github.com/lord-alfred/ipranges.git
synced 2026-01-25 02:08:20 +00:00
add github token
This commit is contained in:
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@@ -15,6 +15,8 @@ jobs:
|
||||
run: bash google/downloader.sh
|
||||
|
||||
- name: Commit files
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
set -euo pipefail
|
||||
git config --local user.email "$(git log --format='%ae' HEAD^!)"
|
||||
|
||||
Reference in New Issue
Block a user