Skip to content

Merge pull request #55 from napakalas/curation #45

Merge pull request #55 from napakalas/curation

Merge pull request #55 from napakalas/curation #45

name: publish-curation-male
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 male.manifest.json \
--commit curation