Skip to content

Commit 87b9010

Browse files
committed
One less need for a token
1 parent a47ba97 commit 87b9010

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ on:
88
jobs:
99
trigger:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
actions: write
1114
steps:
1215
- name: Trigger Claude Random Easy Fixes
1316
env:
14-
GH_TOKEN: ${{ secrets.PHPSTAN_BOT_TOKEN }}
17+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1518
run: gh workflow run claude-random-easy-fixes.yml -f issue_count=5 --repo ${{ github.repository }}

0 commit comments

Comments
 (0)