Skip to content

Commit 1335378

Browse files
authored
Stop notifying 8827 port on Zotero servers (#5237)
1 parent f079b2a commit 1335378

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/merge.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,10 @@ jobs:
9898
if: github.event_name == 'workflow_dispatch'
9999

100100
# https://styles-update.zotero.org:8826/ is for Zotero (styles page, API's citation server, client style updates, etc.)
101-
# https://styles-update.zotero.org:8827/ is for the Zotero-run instance of https://github.com/citation-style-language/distribution-updater
102-
# that performs the updating of the (to-be-deprecated) https://github.com/citation-style-language/styles-distribution/ repo
103101
- name: ping Zotero servers
104102
if: github.repository == 'citation-style-language/styles'
105103
run: |
106104
curl -H 'Content-Length:' -H "Authorization: $ZOTERO_UPDATE_TOKEN" -F 'payload={"type":"push","branch":"${{ steps.release.outputs.branch }}","status":0,"commit":"'$GITHUB_SHA'"}' https://styles-update.zotero.org:8826/
107-
curl -H 'Content-Length:' -H "Authorization: $ZOTERO_UPDATE_TOKEN" -F 'payload={"type":"push","branch":"${{ steps.release.outputs.branch }}","status":0,"commit":"'$GITHUB_SHA'"}' https://styles-update.zotero.org:8827/
108105
109106
- name: Copy workflows to locales repository
110107
if: github.repository == 'citation-style-language/styles' && steps.update.outputs.workflows == 'true'

0 commit comments

Comments
 (0)