Skip to content

Commit 30b6283

Browse files
Merge pull request #160 from getsentry/asottile-sentry-patch-1
gh cli needs `GH_TOKEN`
2 parents f62d51e + 2a74d58 commit 30b6283

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ jobs:
1313
gh pr merge --repo "$GITHUB_REPOSITORY" "$PR"
1414
env:
1515
PR: ${{ github.event.number }}
16+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)