mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 23:22:20 +00:00
ci: fix namespace matrix value
This commit is contained in:
parent
4067cdf382
commit
c9b5222c88
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -28,6 +28,6 @@ jobs:
|
||||||
gh release upload ${{github.event.release.tag_name}} ${{ matrix.ckan_instance.name }}.jsonl
|
gh release upload ${{github.event.release.tag_name}} ${{ matrix.ckan_instance.name }}.jsonl
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.TOKEN }}
|
GITHUB_TOKEN: ${{ github.TOKEN }}
|
||||||
NAMESPACE: ${{ matrix.namespace }}
|
NAMESPACE: ${{ matrix.ckan_instance.name }}
|
||||||
INSTANCE_URL: ${{ matrix.ckan_instance.url }}
|
INSTANCE_URL: ${{ matrix.ckan_instance.url }}
|
||||||
API_TOKEN: ${{ secrets[matrix.ckan_instance.token] }}
|
API_TOKEN: ${{ secrets[matrix.ckan_instance.token] }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue