Skip to content

Commit

Permalink
add GITHUB_TOKEN to build
Browse files Browse the repository at this point in the history
  • Loading branch information
sake92 committed Nov 30, 2020
1 parent 9e5bc51 commit 23ee54b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
pip install pipenv
pipenv install
pipenv run python add-metadata.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Commit files
run: |
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 23ee54b

Please sign in to comment.