--- kind: pipeline type: docker name: start-github-action steps: - name: create workflow_dispatch event image: alpine/curl commands: - sleep 10 environment: GITHUB_TOKEN: from_secret: github-token --- kind: pipeline type: exec name: macos platform: os: darwin arch: amd64 steps: - name: test commands: - sw_vers depends_on: - start-github-action