Skip to content

Instantly share code, notes, and snippets.

@adikari
Created December 5, 2020 11:08
Show Gist options
  • Save adikari/f3a3f5df1921969d5ff654a9d88d7691 to your computer and use it in GitHub Desktop.
Save adikari/f3a3f5df1921969d5ff654a9d88d7691 to your computer and use it in GitHub Desktop.
github merge workflow configuration
name: Trigger Buildkite Pipeline
on:
push:
branches:
- "master"
jobs:
build:
name: Merge
runs-on: ubuntu-latest
steps:
- name: Trigger merge pipeline
uses: buildkite/[email protected]
env:
PIPELINE: adikari/merge
MESSAGE: ":github: ${{github.event.head_commit.message}}"
BUILDKITE_API_ACCESS_TOKEN: ${{ secrets.BUILDKITE_API_ACCESS_TOKEN }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment