Thanks to visit codestin.com Credit goes to github.com
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 3f8ebef commit 9841790Copy full SHA for 9841790
1 file changed
.github/workflows/zulip.yaml
@@ -13,17 +13,15 @@ jobs:
13
post-message:
14
name: Post Message to Zulip
15
runs-on: ubuntu-latest
16
- environment:
17
- name: pypi
18
19
steps:
20
21
- name: Send Zulip notification
22
uses: zulip/github-actions-zulip/send-message@v1
23
with:
24
- api-key: ${{ secrets.ZULIP_API_KEY }}
25
- email: ${{ secrets.ZULIP_EMAIL }}
26
- organization-url: ${{ vars.ZULIP_ORGANIZATION_URL }}
+ api-key: ${{ secrets.ORG_ZULIP_API_KEY }}
+ email: ${{ secrets.ORG_ZULIP_EMAIL }}
+ organization-url: ${{ vars.ORG_ZULIP_ORGANIZATION_URL }}
27
to: 'Releases'
28
type: 'stream'
29
topic: 'IPython'
0 commit comments