Skip to content

Commit ad0506a

Browse files
authored
Update CD.yml
1 parent df3b086 commit ad0506a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/CD.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,10 @@ jobs:
4242
TOKEN: ${{ secrets.TOKEN }}
4343
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4444
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
45+
46+
notify:
47+
uses: Geode-solutions/actions/.github/workflows/end-cd.yml@master
48+
needs: [release-linux, release-linux-python, release-windows, release-windows-python]
49+
secrets:
50+
TOKEN: ${{ secrets.TOKEN }}
51+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)