Skip to content

Commit

Permalink
Create publish_docker_image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
6fj authored Nov 22, 2023
1 parent 4799b15 commit f9b6cb3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Publish PyPI Package"
on:
workflow_dispatch:

jobs:
trigger-circleci:
runs-on: ubuntu-latest
steps:
- name: secretflow-deploy
id: secretflow-deploy
uses: CircleCI-Public/trigger-circleci-pipeline-action@v1.0.5
with:
GHA_Meta: "publish_pypi"
env:
CCI_TOKEN: ${{ secrets.CCI_TOKEN }}

0 comments on commit f9b6cb3

Please sign in to comment.