From 467bbcaaa34780e64395320c1bc34c1eb4067725 Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Mon, 18 Mar 2024 16:02:29 +0100 Subject: [PATCH] Update app-config.yaml.hbs as documentation moved The current link to the documentation seems outdated. Using https://backstage.io/docs/integrations/github/locations#configuration instead. Signed-off-by: Philipp Hugenroth --- packages/create-app/templates/default-app/app-config.yaml.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/create-app/templates/default-app/app-config.yaml.hbs b/packages/create-app/templates/default-app/app-config.yaml.hbs index 08d2abff59..845d2538ed 100644 --- a/packages/create-app/templates/default-app/app-config.yaml.hbs +++ b/packages/create-app/templates/default-app/app-config.yaml.hbs @@ -36,7 +36,7 @@ integrations: github: - host: github.com # This is a Personal Access Token or PAT from GitHub. You can find out how to generate this token, and more information - # about setting up the GitHub integration here: https://backstage.io/docs/getting-started/configuration#setting-up-a-github-integration + # about setting up the GitHub integration here: https://backstage.io/docs/integrations/github/locations#configuration token: ${GITHUB_TOKEN} ### Example for how to add your GitHub Enterprise instance using the API: # - host: ghe.example.net