Created
December 5, 2020 11:08
-
-
Save adikari/f3a3f5df1921969d5ff654a9d88d7691 to your computer and use it in GitHub Desktop.
github merge workflow configuration
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 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