We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b335e9 + 4417e0f commit 3fe846eCopy full SHA for 3fe846e
1 file changed
.github/workflows/update-contributors-details.yml
@@ -35,6 +35,8 @@ jobs:
35
touch pr.json
36
gh pr view $PR_NUMBER --json author,url,files > pr.json
37
cat pr.json
38
+ env:
39
+ GH_TOKEN: ${{ github.token }}
40
41
- name: Pull any new changes
42
run: git pull origin main
0 commit comments