Update README.md (#69)

This commit is contained in:
Dave Gallant
2021-01-24 21:41:05 -05:00
committed by GitHub
parent f0d0eb5df9
commit f3e485df99

View File

@@ -68,6 +68,6 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
```