From 317d62675d3ee8c7cfb4c61bccb79a66021a6c66 Mon Sep 17 00:00:00 2001 From: cmoulliard Date: Fri, 5 Jan 2024 17:04:59 +0100 Subject: [PATCH] Fixing errors reported by documentation quality check github job Signed-off-by: cmoulliard --- .changeset/metal-clocks-suffer.md | 2 +- plugins/scaffolder-backend-module-gitea/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/metal-clocks-suffer.md b/.changeset/metal-clocks-suffer.md index f94deb380c..648276d4dd 100644 --- a/.changeset/metal-clocks-suffer.md +++ b/.changeset/metal-clocks-suffer.md @@ -5,4 +5,4 @@ '@backstage/integration': patch --- -Added support to create a git repository and publish a scaffolded project using a new action "publish:gitea" for gitea. The action currently supports to create a gitea org's repository - https://gitea.com/api/swagger#/organization/createOrgRepo +Added support to create a git repository and publish a scaffolded project using a new action "publish:gitea" for gitea. The action currently supports to create a gitea repository owned by an organization. See: https://gitea.com/api/swagger#/organization/createOrgRepo diff --git a/plugins/scaffolder-backend-module-gitea/README.md b/plugins/scaffolder-backend-module-gitea/README.md index 4a710a400c..8f9d39f4dc 100644 --- a/plugins/scaffolder-backend-module-gitea/README.md +++ b/plugins/scaffolder-backend-module-gitea/README.md @@ -46,7 +46,7 @@ integrations: ``` **NOTE**: As backstage will issue HTTPS/TLS requests to the gitea instance, it is needed to configure `gitea` with a valid certificate or at least with a -self-signed certificate `gitea cert --host localhost -ca`. Don't forget to set the env var `NODE_EXTRA_CA_CERTS` to point to the CA pem file before to launch backstage ! +self-signed certificate `gitea cert --host localhost -ca`. Don't forget to set the env var `NODE_EXTRA_CA_CERTS` to point to the CA file before to launch backstage ! When done, you can use the action in your template: