We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ccace commit 6e9ce37Copy full SHA for 6e9ce37
1 file changed
.github/workflows/miner.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Run `osmine`
57
env:
58
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
59
run: python osmine -r=./input/OSH-repos.csv
60
61
- name: Check if there are file change(s) # Presumably `mined_data.zip`
0 commit comments