-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
Currently, I'm using my personal account on one of my Zulip organization to test this GitHub Actions (using GitHub Actions!):
github-actions-zulip/.github/workflows/local-test.yml
Lines 22 to 40 in 2abd951
| - name: Send a stream message | |
| uses: ./ | |
| with: | |
| username: 'ggrossetie@yuzutech.fr' | |
| api-key: ${{ secrets.ZULIP_API_KEY }} | |
| organization-url: 'https://kroki.zulipchat.com' | |
| to: 'test' | |
| type: 'stream' | |
| topic: 'github actions' | |
| content: 'I come not, friends, to steal away your hearts.' | |
| - name: Send a private message | |
| uses: ./ | |
| with: | |
| username: 'ggrossetie@yuzutech.fr' | |
| api-key: ${{ secrets.ZULIP_API_KEY }} | |
| organization-url: 'https://kroki.zulipchat.com' | |
| to: '282093' | |
| type: 'private' | |
| content: 'With mirth and laughter let old wrinkles come.' |
Unfortunately, I cannot configure secrets on this repository so api-key is undefined and tests are failing:
| api-key: ${{ secrets.ZULIP_API_KEY }} |
@timabbott Do you think it would be possible to setup/use a test organization to test this GitHub Actions?
Metadata
Metadata
Assignees
Labels
No labels