mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 15:12:20 +00:00
ci: fix syntax
This commit is contained in:
parent
7c8fac233e
commit
0c4d9488f3
1 changed files with 1 additions and 7 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -10,13 +10,7 @@ jobs:
|
||||||
publish:
|
publish:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ckan_instance: [
|
ckan_instance: [{ name: New_Mexico_Water_Data_Catalog, url: https://catalog.newmexicowaterdata.org, token: ${{ secrets.NMWDC_API_BULK_LOADER_TOKEN }}} ]
|
||||||
{
|
|
||||||
name: New_Mexico_Water_Data_Catalog,
|
|
||||||
url: https://catalog.newmexicowaterdata.org,
|
|
||||||
token: ${{ secrets.NMWDC_API_BULK_LOADER_TOKEN }}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
name: Publish JSONL file
|
name: Publish JSONL file
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue