Skip to content

Commit 4a8d271

Browse files
authored
chore: 修复token (#2113)
1 parent 779538f commit 4a8d271

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/issue-automated.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
3535
- name: Process Issue
3636
uses: actions/github-script@v7
37+
env:
38+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} #
3739
with:
3840
github-token: ${{ secrets.GITHUB_TOKEN }}
3941
script: |

0 commit comments

Comments
 (0)