Skip to content

Commit 53bf2e7

Browse files
authored
fix: update to use latest token. closes #472 (#486)
1 parent b0c5ca8 commit 53bf2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contributors.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
with:
77
fetch-depth: 0
88
- env:
9-
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
9+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
1010
uses: JoshuaKGoldberg/all-contributors-auto-action@v0.4.3
1111

1212
name: Contributors

0 commit comments

Comments
 (0)