We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc25f8d commit e56904eCopy full SHA for e56904e
1 file changed
.github/workflows/update-contributors.yml
@@ -21,9 +21,9 @@ jobs:
21
- name: Checkout repository
22
uses: actions/checkout@v4
23
with:
24
- # Use the default branch; closed PRs merged to main will be reflected here
25
ref: main
26
fetch-depth: 0
+ token: ${{ secrets.GH_PAT }}
27
28
- name: Setup Node.js
29
uses: actions/setup-node@v4
@@ -44,5 +44,4 @@ jobs:
44
file_pattern: "README.md contributors.json"
45
branch: main
46
commit_user_name: "github-actions[bot]"
47
- commit_user_email: "github-actions[bot]@users.noreply.github.com"
48
- commit_author: "udaycodespace <211140575+udaycodespace@users.noreply.github.com>"
+ commit_user_email: "github-actions[bot]@users.noreply.github.com"
0 commit comments