From 8db2b671c60f246fb184a9be6bae80eae994ec0c Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 16 Feb 2022 13:08:28 +0100 Subject: [PATCH] chore: added changeset Signed-off-by: blam --- .changeset/pretty-gorillas-cheat.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/pretty-gorillas-cheat.md diff --git a/.changeset/pretty-gorillas-cheat.md b/.changeset/pretty-gorillas-cheat.md new file mode 100644 index 0000000000..349aee7355 --- /dev/null +++ b/.changeset/pretty-gorillas-cheat.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder-backend': minor +--- + +**BREAKING**: `ctx.secrets.token` is now `ctx.secrets.backstageToken` in actions. Please update any of your actions that might call out to Backstage API's with this token.