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

Skip to content

Commit b7c3569

Browse files
authored
Apply suggestions from code review
1 parent 1290961 commit b7c3569

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
api-key: ${{ secrets.ZULIP_API_KEY }}
7272
email: ${{ secrets.ZULIP_EMAIL }}
73-
organization-url: ${{ secrets.ZULIP_ORGANIZATION_URL }}
73+
organization-url: ${{ vars.ZULIP_ORGANIZATION_URL }}
7474
to: 'Releases'
7575
type: 'stream'
7676
topic: 'IPython'

.github/workflows/zulip.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Post message to Zulip
22

33
on:
4-
push:
5-
tags:
6-
- '*'
74
workflow_dispatch:
85

96
jobs:
@@ -21,7 +18,7 @@ jobs:
2118
with:
2219
api-key: ${{ secrets.ZULIP_API_KEY }}
2320
email: ${{ secrets.ZULIP_EMAIL }}
24-
organization-url: ${{ secrets.ZULIP_ORGANIZATION_URL }}
21+
organization-url: ${{ vars.ZULIP_ORGANIZATION_URL }}
2522
to: 'Releases'
2623
type: 'stream'
2724
topic: 'IPython'

0 commit comments

Comments
 (0)