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 e596f6f commit 651de67Copy full SHA for 651de67
.github/workflows/auto-merge.yml
@@ -52,4 +52,4 @@ jobs:
52
});
53
core.info(`Merge response: ${JSON.stringify(mergeResponse.data)}`);
54
env:
55
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
0 commit comments