Skip to content

Fix portable Makefile (#107) #54

Fix portable Makefile (#107)

Fix portable Makefile (#107) #54

Workflow file for this run

on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger webhook to import catalog
env:
WEBHOOK_AUTH_TOKEN: ${{ secrets.WEBHOOK_AUTH_TOKEN }}
run: curl https://shardbox.org/webhook/import_catalog --user "$WEBHOOK_AUTH_TOKEN"