fix: use new PAT

pull/509/head
Josh Moore 8 months ago committed by GitHub
parent 616910768f
commit ea054ace0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ jobs:
- name: Push
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_PAT }}
force_with_lease: true
- name: Wiki
run: node _wiki.js

Loading…
Cancel
Save