fix: allow action to lease-force push to protected branch

pull/443/head
Josh Moore 8 months ago committed by GitHub
parent f551713e52
commit 25f7a9b882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,6 +31,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: master
force_with_lease: true
- name: Wiki
run: node _wiki.js
env:

Loading…
Cancel
Save