Skip to content

Commit

Permalink
Autocreate PR workflow: set no_fork to true (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Apr 8, 2023
1 parent bcd7a77 commit 82550aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
# Required, custom GitHub access token with only the 'public_repo' scope enabled
token: ${{secrets.QMK_BOT_TOKEN}}
# Optional, use the origin repository instead of forking
no_fork: true
# Bump all outdated formulae in this tap
tap: qmk/homebrew-qmk
# Bump only these formulae if outdated
Expand Down

0 comments on commit 82550aa

Please sign in to comment.