add token to workflow
This commit is contained in:
parent
cd7e1ce561
commit
83bbc6c12e
|
@ -23,7 +23,8 @@ jobs:
|
|||
labels: |
|
||||
automated
|
||||
data
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Merge CSV to TopoJSON
|
||||
run: |
|
||||
python3 ./.github/scripts/merge_csv_to_topojson.py
|
||||
|
|
Loading…
Reference in a new issue