Skip to content

Commit

Permalink
Fix update PR workflow (#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Oct 18, 2023
1 parent 55e6bf6 commit d6ad995
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
- name: Automatically update mergeable PRs
uses: adRise/[email protected]
with:
token: ${{ secrets.ACTION_USER_TOKEN }}
token: ${{ secrets.FLWRMACHINE_TOKEN }}
base: 'main'
required_approval_count: 1
require_passed_checks: true
require_auto_merge_enabled: true
sort: 'created'
direction: 'desc'

0 comments on commit d6ad995

Please sign in to comment.