Skip to content

Commit 6e9ce37

Browse files
committed
Fix token environment variable
1 parent 49ccace commit 6e9ce37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/miner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Run `osmine`
5757
env:
58-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
5959
run: python osmine -r=./input/OSH-repos.csv
6060

6161
- name: Check if there are file change(s) # Presumably `mined_data.zip`

0 commit comments

Comments
 (0)