Skip to content

feat: mirror new data to old tables #12

feat: mirror new data to old tables

feat: mirror new data to old tables #12

name: Push "extract surveys" pipeline
on:
push:
paths:
- ".github/workflows/push-extract-surveys.yml"
- "extract_surveys/**"
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: "praps-f5e786"
token: ${{ secrets.OH_TOKEN }}
- name: Push pipeline to OpenHEXA
run: |
openhexa pipelines push extract_surveys \
-n ${{ github.sha }} \
-l "https://github.com/BLSQ/openhexa-pipelines-praps2/commit/${{ github.sha }}" \
--yes