We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94723d3 commit dce30bbCopy full SHA for dce30bb
1 file changed
.github/workflows/auto-complete-pr.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Get and complete oldest PR
21
shell: pwsh
22
env:
23
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.PAT }}
24
run: |
25
$ErrorActionPreference = 'Stop'
26
0 commit comments