Skip to content

Commit

Permalink
Update CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BotellaA authored May 23, 2022
1 parent df3b086 commit ad0506a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ jobs:
TOKEN: ${{ secrets.TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

notify:
uses: Geode-solutions/actions/.github/workflows/end-cd.yml@master
needs: [release-linux, release-linux-python, release-windows, release-windows-python]
secrets:
TOKEN: ${{ secrets.TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit ad0506a

Please sign in to comment.