Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

trigger-release-flow.yaml 352 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  1. name: 'Ci Release Trigger'
  2. on:
  3. release:
  4. types: [ published ]
  5. workflow_dispatch:
  6. jobs:
  7. trigger-circleci:
  8. runs-on: ubuntu-latest
  9. steps:
  10. - name: Trigger Circle CI
  11. id: trigger_circle_ci
  12. uses: CircleCI-Public/trigger-circleci-pipeline-action@v1.1.0
  13. env:
  14. CCI_TOKEN: ${{ secrets.CIRCLE_CI_TOKEN }}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...