Skip to content

publish-curation

publish-curation #37

name: publish-curation
on:
push:
branches:
- curation
workflow_dispatch:
jobs:
generate-map:
runs-on: ubuntu-latest
steps:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install remotemaker
run: |
python -m pip install ${{ vars.REMOTE_MAKER_WHEEL }}
- name: run remotemaker
run: |
python -m remotemaker \
--server ${{ vars.CURATION_MAP_SERVER }} \
--token ${{ secrets.CURATION_SERVER_TOKEN }} \
--source ${{ github.server_url }}/${{ github.repository }} \
--manifest manifest.json \
--commit curation