Skip to content

Commit

Permalink
feat(actions): allow plibot to force push
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin committed Dec 5, 2023
1 parent 561af53 commit f0456c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
permissions:
contents: write
steps:
- name: Checkout
Expand Down Expand Up @@ -58,3 +58,6 @@ jobs:

# Optional. Skip internal call to `git fetch`
skip_fetch: true

# PliBot is allowed to force-push, bypassing the branch protections
push_options: --force

0 comments on commit f0456c9

Please sign in to comment.