diff --git a/plugins/scaffolder-backend-module-gitea/README.md b/plugins/scaffolder-backend-module-gitea/README.md index 8f9d39f4dc..c35138a34c 100644 --- a/plugins/scaffolder-backend-module-gitea/README.md +++ b/plugins/scaffolder-backend-module-gitea/README.md @@ -14,23 +14,6 @@ yarn add --cwd packages/backend Configure the action (if not yet done): (you can check the [docs](https://backstage.io/docs/features/software-templates/writing-custom-actions#registering-custom-actions) to see all options): -```typescript -// plugins/scaffolder-backend/src/scaffolder/actions/builtin/createBuiltinActions.ts - -export const createBuiltinActions = ( -... - const actions = [ - ... - createPublishGiteaAction({ - integrations, - config, - }), - ... - ]; - return actions as TemplateAction[]; -}; -``` - Before to create a template, include to your `app-config.yaml` file the gitea host and credentials under the `integrations:` section