Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
syntassodev committed Feb 9, 2024
2 parents 3bc8c61 + e3f4c7b commit 2f3ec99
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: trigger-run-ci
id: trigger-run-ci
uses: CircleCI-Public/trigger-circleci-pipeline-action@v1.1.0
with:
GHA_Meta: ${{ github.event.release.tag_name }}
target-slug: ${{ secrets.CCI_TARGET_SLUG }}
target-branch: main
env:
CCI_TOKEN: ${{ secrets.CCI_TOKEN }}
CCI_TARGET_SLUG: ${{ secrets.CCI_TARGET_SLUG }}
GHA_META: ${{ github.event.release.tag_name }}
run: |
curl -H "Circle-Token: ${CCI_TOKEN}" \
-H 'content-type: application/json' \
-d '{"GHA_Actor":"syntassodev","GHA_Action":"trigger-run-ci","GHA_Event":"release","GHA_Meta":"'${GHA_META}'"}' \
https://circleci.com/api/v2/project/${CCI_TARGET_SLUG}/pipeline

0 comments on commit 2f3ec99

Please sign in to comment.