Skip to content

Commit bac3d5b

Browse files
authored
chore: Add GitHub token to first PR merged workflow
1 parent 2691db0 commit bac3d5b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/first-pr-merged.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: Thank contributor and ask for star
1717
uses: actions/github-script@v7
1818
with:
19+
github-token: ${{ secrets.YOUR_TOKEN_NAME }}
1920
script: |
2021
await new Promise(resolve => setTimeout(resolve, 3000));
2122

0 commit comments

Comments
 (0)