Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Add byggsteg ci (#3) #2

Add byggsteg ci (#3)

Add byggsteg ci (#3) #2

name: "on push to trunk - byggsteg"
on:
push:
branches:
- trunk
jobs:
on-push-to-trunk-byggsteg:
runs-on: ubuntu-latest
steps:
- name: "trigger build and test at byggsteg"
run: |
curl 'https://byggsteg.jointhefreeworld.org/api/jobs/submit' \
-X POST -H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Authorization: Basic ${{secrets.BYGGSTEG_KEY}}' \
--data-urlencode "job-code=\`((project . \"zzspec\")(branch-name . \"trunk\")(task . \"sbt-test\")(clone-url . \"https://github.com/jjba23/zzspec\"))"