Browse Source

add github token

pull/3/head
Lord_Alfred 4 years ago
parent
commit
6072d9771e
  1. 2
      .github/workflows/update.yml

2
.github/workflows/update.yml

@ -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^!)"

Loading…
Cancel
Save