Skip to content

feat(create-xlsform): support form settings in config #3

feat(create-xlsform): support form settings in config

feat(create-xlsform): support form settings in config #3

name: Push create-xlsform (Senegal)
on:
push:
paths:
- ".github/workflows/push-create-xlsform-sen.yml"
- "create-xlsform/**"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.11"
- name: Configure OpenHEXA CLI
uses: blsq/openhexa-cli-action@v1
with:
workspace: "pathways-senegal-910b04"
token: ${{ secrets.OH_TOKEN_SEN }}
- name: Push pipeline to OpenHEXA
run: |
openhexa pipelines push create-xlsform \
-n ${{ github.sha }} \
-l "https://github.com/BLSQ/pathways-typing-pipelines/commit/${{ github.sha }}" \
--yes