From 79c500e10e0670534b9cc9e7a581b95c8f76326c Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 16 Feb 2022 13:18:24 +0100 Subject: [PATCH] chore: updating changeset Signed-off-by: blam --- .changeset/pretty-gorillas-cheat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/pretty-gorillas-cheat.md b/.changeset/pretty-gorillas-cheat.md index 349aee7355..d1500c6575 100644 --- a/.changeset/pretty-gorillas-cheat.md +++ b/.changeset/pretty-gorillas-cheat.md @@ -2,4 +2,4 @@ '@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. +**BREAKING**: `ctx.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.