Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9841790

Browse files
committed
use ORG level credentials
1 parent 3f8ebef commit 9841790

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/zulip.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,15 @@ jobs:
1313
post-message:
1414
name: Post Message to Zulip
1515
runs-on: ubuntu-latest
16-
environment:
17-
name: pypi
1816

1917
steps:
2018

2119
- name: Send Zulip notification
2220
uses: zulip/github-actions-zulip/send-message@v1
2321
with:
24-
api-key: ${{ secrets.ZULIP_API_KEY }}
25-
email: ${{ secrets.ZULIP_EMAIL }}
26-
organization-url: ${{ vars.ZULIP_ORGANIZATION_URL }}
22+
api-key: ${{ secrets.ORG_ZULIP_API_KEY }}
23+
email: ${{ secrets.ORG_ZULIP_EMAIL }}
24+
organization-url: ${{ vars.ORG_ZULIP_ORGANIZATION_URL }}
2725
to: 'Releases'
2826
type: 'stream'
2927
topic: 'IPython'

0 commit comments

Comments
 (0)