Skip to content

Commit

Permalink
Merge branch 'main' of github.com:alphanome-ai/sec-ai
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Oct 9, 2023
2 parents 4d1405d + 06d87cb commit a4c380c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
poetry build
poetry publish --username __token__ --password ${{ secrets.PUBLIC_PYPI_API_TOKEN }}
- name: Initiate Website Deployment
run: |
curl -X POST \
-H "Authorization: token ${{ secrets.CI_CD_TRIGGER_GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github.everest-preview+json" \
"https://api.github.com/repos/alphanome-ai/sec-ai-deploy/dispatches" \
--data '{"event_type": "trigger-ci-cd"}'
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.CI_CD_TRIGGER_GITHUB_TOKEN }}
repository: alphanome-ai/sec-ai-deploy
event-type: trigger-ci-cd

0 comments on commit a4c380c

Please sign in to comment.