We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd42d2 commit 39e1ae3Copy full SHA for 39e1ae3
.github/workflows/auto-merge.yml
@@ -36,4 +36,6 @@ jobs:
36
run: gh pr merge --auto --squash "$PR_URL"
37
env:
38
PR_URL: ${{ github.event.pull_request.html_url }}
39
- GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
+ # Use a non-GITHUB_TOKEN secret so the merge can trigger downstream workflows.
40
+ # For dependabot PRs there are the empty secrets.PERSONAL_TOKEN so we use fallback.
41
+ GH_TOKEN: ${{ secrets.PERSONAL_TOKEN || secrets.GITHUB_TOKEN }}
0 commit comments