From 1049a6d94924304ded900520823e0567b4f29134 Mon Sep 17 00:00:00 2001 From: djamaile Date: Thu, 3 Feb 2022 22:21:22 +0100 Subject: [PATCH] fix(scaffolder-backend): spelling mistakes Signed-off-by: djamaile --- .changeset/seven-teachers-arrive.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/seven-teachers-arrive.md b/.changeset/seven-teachers-arrive.md index b9d6264576..bdbbc33c44 100644 --- a/.changeset/seven-teachers-arrive.md +++ b/.changeset/seven-teachers-arrive.md @@ -2,4 +2,5 @@ '@backstage/plugin-scaffolder-backend': patch --- -fix for the gitlab:publish action to use the `oauthToken` key when creating a Gilab client. This only happens if ctx.input.token is provided else the key `token` will be used. +fix for the `gitlab:publish` action to use the `oauthToken` key when creating a +`Gitlab` client. This only happens if `ctx.input.token` is provided else the key `token` will be used.