Skip to content

Commit d3d6f9f

Browse files
authored
Update GITHUB_TOKEN to use GHUB_TOKEN
1 parent 7f2dbf2 commit d3d6f9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/search_github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Run Search Script
2929
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
GITHUB_TOKEN: ${{ secrets.GHUB_TOKEN }}
3131
run: python scripts/github/workflows/search_repos.py
3232

3333
- name: Upload Search Results Artifact

0 commit comments

Comments
 (0)