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.