fix(scaffolder-backend): spelling mistakes

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2022-02-03 22:21:22 +01:00
parent 2bd5f24043
commit 1049a6d949
+2 -1
View File
@@ -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.