Skip to content

Commit

Permalink
Update fly-colors.yml with new action input
Browse files Browse the repository at this point in the history
  • Loading branch information
lizrabuya authored Apr 30, 2024
1 parent 9a414d0 commit 6989bce
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/fly-colors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,25 @@ jobs:
uses: buildkite/[email protected]
with:
buildkite_api_access_token: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }}
pipeline: "lzrinc/experimental-pipeline"
pipeline: "lizrabuya/kite-flying-tutorial"
branch: master
commit: HEAD
message: ":buildkite::github: πŸš€πŸš€πŸš€ Triggered from GHA On $GITHUB_EVENT_NAME"
build_env_vars: '{"TRIGGERED_FROM_GHA": "true", "TPA_VERSION": "v2.0.0"}'
build_meta_data: '{"TRIGGERED_FROM_PR": "true"}'
ignore_pipeline_branch_filter: true
Trigger-Pipeline-Action-latest:
runs-on: ubuntu-latest
steps:
- name: Trigger a Buildkite Build on Push using latest
uses: buildkite/trigger-pipeline-action@latest
with:
buildkite_api_access_token: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }}
pipeline: "lizrabuya/kite-flying-tutorial"
branch: master
commit: HEAD
message: ":buildkite::github: πŸš€πŸš€πŸš€ Triggered from GHA On $GITHUB_EVENT_NAME"
build_env_vars: '{"TRIGGERED_FROM_GHA": "true", "TPA_VERSION": "v2.0.0"}'
build_meta_data: '{"TRIGGERED_FROM_PR": "true"}'
ignore_pipeline_branch_filter: true
send_pull_request: true

0 comments on commit 6989bce

Please sign in to comment.