Skip to content

Commit

Permalink
add zulip message
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed May 16, 2024
1 parent e7b1ee0 commit 0fe2e8a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/BuildIG_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,20 @@ jobs:
gsutil -m rsync -r ./ig/${{ steps.repo_name.outputs.repo }}/${{ env.version }} gs://fhir-ch-www/ig/${{ steps.repo_name.outputs.repo }}/${{ env.version }}
gsutil cp ./package-feed.xml gs://fhir-ch-www/
gsutil cp ./package-registry.json gs://fhir-ch-www/
gsutil cp ./publication-feed.xml gs://fhir-ch-www/
gsutil cp ./publication-feed.xml gs://fhir-ch-www/
- name: Send a stream message to Zulip
uses: zulip/github-actions-zulip/send-message@v1
with:
api-key: ${{ secrets.ZULIPAPIKEY }}
email: "hl7ch-bot@chat.fhir.org"
organization-url: "https://chat.fhir.org"
to: "switzerland"
type: "stream"
topic: "fhir.ch: new FHIR Implementation Guide published"
content: |
:rocket: ${{ steps.repo_name.outputs.repo }}/${{ env.version }} published :rocket:
Details: [published](https://fhir.ch/ig/${{ steps.repo_name.outputs.repo }}/${{ env.version }}/index.html) | [qa]((https://fhir.ch/ig/${{ steps.repo_name.outputs.repo }}/${{ env.version }}/qa.html)
:memo: It might take a few minutes until the fhir.ch is serving the new version, should be visible on packages servers in [max 1](https://packages2.fhir.org/packages/catalog) to [max 8](https://registry.fhir.org/) hours.

0 comments on commit 0fe2e8a

Please sign in to comment.