From de8ee4afe301b13da181aef2ae0acc04e140412d Mon Sep 17 00:00:00 2001 From: bnechyporenko Date: Thu, 8 Sep 2022 08:57:42 +0200 Subject: [PATCH] Provide information about the user into scaffolder template action's context Signed-off-by: bnechyporenko --- .changeset/hungry-llamas-tie.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/hungry-llamas-tie.md diff --git a/.changeset/hungry-llamas-tie.md b/.changeset/hungry-llamas-tie.md new file mode 100644 index 0000000000..c4848b50ef --- /dev/null +++ b/.changeset/hungry-llamas-tie.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-auth-backend': patch +'@backstage/plugin-scaffolder-backend': patch +--- + +Provide information about the user into scaffolder template action's context