Skip to content

Commit ca485cf

Browse files
committed
develop/github-actions: gitter -> zulip
1 parent 8d990e7 commit ca485cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_pages/develop/github-actions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Deploying your library to a [Maven](/develop/maven) repository makes it availabl
2222
## Requirements
2323

2424
- Host your [open-source](/licensing/open-source) project on [GitHub](/develop/github).
25-
- Contact an ImageJ admin in [Gitter](/discuss/chat#gitter) or [the Image.sc Forum](http://forum.image.sc/) and request that they add the authentication secrets for deployment to your organization.
25+
- Contact an ImageJ admin on the [Image.sc Zulip](https://imagesc.zulipchat.com/) or the [Image.sc Forum](http://forum.image.sc/) and request that they add the authentication secrets for deployment to your organization.
2626

2727
## Instructions
2828

2929
- In order to add Github CI support to a repository, the secrets are needed: A) for deploying to Maven repositories; and B) in the case of deploying to OSS Sonatype, for GPG signing of artifacts.
3030
- If the secrets have been added to your organization, and you have push access to the relevant repository on GitHub, you can use the [github-actionify.sh script](https://github.com/scijava/scijava-scripts/blob/-/github-actionify.sh) with the `-f` flag to perform the needed operations.
3131
- The github-actionify script will return '[ERROR] Dirty working copy' if you have uncommited changes. If you get this error, check the status of the repository with `git status` and then run `github-actionify -f` again.
32-
- If you need help, please ask [on the Image.sc Forum](https://forum.image.sc/) in the Development category, or in the [scijava-common channel](https://gitter.im/scijava/scijava-common) on Gitter.
32+
- If you need help, please ask [on the Image.sc Forum](https://forum.image.sc/) in the Development category, or in the [SciJava stream](https://imagesc.zulipchat.com/#narrow/channel/327237-SciJava) on the Image.sc Zulip.
3333

3434
## Configuration of JavaFX builds
3535

0 commit comments

Comments
 (0)