Skip to content

TCI-1185: extend button styling for hero alt background #427

TCI-1185: extend button styling for hero alt background

TCI-1185: extend button styling for hero alt background #427

name: Trigger artifact build
on:
push:
branches: [ 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-2x", "client_payload": {}}'