mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 23:22:20 +00:00
ci: use secret outside of matrix
This commit is contained in:
parent
0c4d9488f3
commit
97be535233
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
publish:
|
publish:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ckan_instance: [{ name: New_Mexico_Water_Data_Catalog, url: https://catalog.newmexicowaterdata.org, token: ${{ secrets.NMWDC_API_BULK_LOADER_TOKEN }}} ]
|
ckan_instance: [{ name: New_Mexico_Water_Data_Catalog, url: https://catalog.newmexicowaterdata.org, token: NMWDC_API_BULK_LOADER_TOKEN }]
|
||||||
name: Publish JSONL file
|
name: Publish JSONL file
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -30,4 +30,4 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ github.TOKEN }}
|
GITHUB_TOKEN: ${{ github.TOKEN }}
|
||||||
NAMESPACE: ${{ matrix.namespace }}
|
NAMESPACE: ${{ matrix.namespace }}
|
||||||
INSTANCE_URL: ${{ matrix.ckan_instance.url }}
|
INSTANCE_URL: ${{ matrix.ckan_instance.url }}
|
||||||
API_TOKEN: ${{ matrix.ckan_instance.token }}
|
API_TOKEN: ${{ secrets[matrix.ckan_instance.token] }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue