We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3b086 commit ad0506aCopy full SHA for ad0506a
.github/workflows/CD.yml
@@ -42,3 +42,10 @@ jobs:
42
TOKEN: ${{ secrets.TOKEN }}
43
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
44
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