Trigger CircleCI via GitHub Actions when ready for review (#37885)

* update

* update

* update

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2025-05-09 11:45:03 +02:00
committed by GitHub
parent 66e696ee15
commit d498528800
4 changed files with 71 additions and 3 deletions

16
.github/workflows/trigger_circleci.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Trigger CircleCI
on:
pull_request_target:
types: [ready_for_review]
jobs:
trigger-circleci:
runs-on: ubuntu-22.04
steps:
- name: trigger CircleCI pipeline via GitHub Actions
uses: CircleCI-Public/trigger-circleci-pipeline-action@v1.0.5
with:
GHA_Meta: "Trigger via GitHub Actions"
env:
CCI_TOKEN: ${{ secrets.CIRCLECI_PAT }}