Skip to content

Commit 507ccff

Browse files
committed
github-actionify: improve explanatory notice
1 parent 50af33b commit 507ccff

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

github-actionify.sh

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,17 @@ EOL
288288
fi
289289
}
290290

291-
echo "Note that CI deployment requires additional configuration. Please contact a SciJava administrator for more information."
291+
cat <<EOL
292+
---------------------------------------------------------------------
293+
This script sets up continuous integration (CI) using GitHub Actions.
294+
It will add CI configuration if none is present, or update it to the
295+
latest best practices otherwise. Note that for your project to deploy
296+
build artifacts to maven.scijava.org or oss.sonatype.org, deployment
297+
credentials must be available during the CI build; contact a SciJava
298+
administrator via https://forum.image.sc/ to request them be added as
299+
secrets to your GitHub organization if they aren't already present.
300+
---------------------------------------------------------------------
301+
EOL
292302

293303
# call check method to verify prerequisites
294304
check git sed cut perl xmllint

0 commit comments

Comments
 (0)