Skip to content

Commit 6f3a2a1

Browse files
committed
One less need for the token
1 parent fecc199 commit 6f3a2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-random-easy-fixes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: "Pick random Easy fix issues"
2727
id: pick-issues
2828
env:
29-
GH_TOKEN: ${{ secrets.PHPSTAN_BOT_TOKEN }}
29+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
ISSUE_COUNT: ${{ inputs.issue_count || '1' }}
3131
run: |
3232
# Look up milestone number for "Easy fixes"

0 commit comments

Comments
 (0)