Skip to content

Commit

Permalink
feat: automerge needs to trigger GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
3h4x committed Jul 17, 2022
1 parent b30f945 commit 8616f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: automerge
uses: "pascalgn/automerge-action@v0.15.3"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.CUSTOM_PAT_WITH_WORKFLOWS_ACCESS }}"
MERGE_FORKS: false
UPDATE_RETRIES: 5
UPDATE_RETRY_SLEEP: 15000

0 comments on commit 8616f36

Please sign in to comment.