We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2691db0 commit bac3d5bCopy full SHA for bac3d5b
1 file changed
.github/workflows/first-pr-merged.yml
@@ -16,6 +16,7 @@ jobs:
16
- name: Thank contributor and ask for star
17
uses: actions/github-script@v7
18
with:
19
+ github-token: ${{ secrets.YOUR_TOKEN_NAME }}
20
script: |
21
await new Promise(resolve => setTimeout(resolve, 3000));
22
0 commit comments