From 5aa13ed7b176fc5ed59f24302527b2842e64da6c Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Sat, 13 Jun 2026 03:13:42 -0400 Subject: [PATCH] fix: correct gitlab secret target scope --- plugin.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/plugin.json b/plugin.json index e3947a5..2ee3d78 100644 --- a/plugin.json +++ b/plugin.json @@ -607,15 +607,14 @@ ], "description": "Stored as GitHub Actions secrets when workflows run on GitHub." }, - { - "provider": "gitlab", - "scopes": [ - "project", - "group", - "env" - ], - "description": "Stored as GitLab CI/CD variables when workflows run on GitLab." - }, + { + "provider": "gitlab", + "scopes": [ + "project", + "group" + ], + "description": "Stored as GitLab CI/CD variables when workflows run on GitLab; variables may also be narrowed with GitLab environment_scope." + }, { "provider": "vault", "scopes": [