cuelang.org/go@v0.10.1/.github/workflows/tip_triggers.yml (about)

     1  # Code generated internal/ci/ci_tool.cue; DO NOT EDIT.
     2  
     3  name: Triggers on push to tip
     4  "on":
     5    push:
     6      branches:
     7        - master
     8  jobs:
     9    push:
    10      runs-on: ubuntu-22.04
    11      defaults:
    12        run:
    13          shell: bash
    14      if: ${{github.repository == 'cue-lang/cue'}}
    15      steps:
    16        - name: Trigger unity build
    17          run: 'curl -s -L -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.PORCUEPINE_GITHUB_PAT }}" -H "X-GitHub-Api-Version: 2022-11-28" --fail --request POST --data-binary "{\"event_type\":\"Check against ${GITHUB_SHA}\",\"client_payload\":{\"type\":\"unity\",\"payload\":{\"versions\":\"\\\"commit:${GITHUB_SHA}\\\"\"}}}" https://api.github.com/repos/cue-unity/unity-private/dispatches'