Feature/tci 1101 Photo attribution title on Hero banner (#822) #387
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger artifact build | |
on: | |
push: | |
branches: [ 1.x, 2.x ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger artifact to build. | |
run: | | |
curl -X POST https://api.github.com/repos/JudicialCouncilOfCalifornia/courtyard-artifact/dispatches \ | |
-H 'Accept: application/vnd.github.everest-preview+json' \ | |
-u ${{ secrets.CourtyardArtifactToken }} \ | |
--data '{"event_type": "trigger-build", "client_payload": {}}' |