Skip to content

Merge pull request #11 from K12-Analytics-Engineering/673-update-devc… #6

Merge pull request #11 from K12-Analytics-Engineering/673-update-devc…

Merge pull request #11 from K12-Analytics-Engineering/673-update-devc… #6

Workflow file for this run

name: Trigger KAE Dagster image build
on:
push:
branches:
- main
jobs:
trigger-kae-dagster-image-build:
runs-on: ubuntu-latest
steps:
- name: Deploy
run: |
curl -X POST 'https://api.github.com/repos/K12-Analytics-Engineering/kae-dagster/actions/workflows/restart_testing.yml/dispatches' \
-H 'Accept: application/vnd.github+json' \
-H 'Authorization: Bearer ${{ secrets.PERSONAL_ACCESS_TOKEN }}' \
-d '{"ref":"master"}'