Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-10-30 16:00:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-30 16:00:40 +0300
commitfce23e13968a87a1e2de96a6e945166c372736f4 (patch)
treee30bcd8dc2df7c37af6bf3b2d6f8b8a68bacb4c7 /lib
parente11efedcfcd80b2d55a1bdd17b317cef82ce0a0e (diff)
Add latest changes from gitlab-org/security/gitlab@16-5-stable-ee
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/ci/jwt.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/ci/jwt.rb b/lib/gitlab/ci/jwt.rb
index 4ba7b4cc6e1..3d63ec6dfb7 100644
--- a/lib/gitlab/ci/jwt.rb
+++ b/lib/gitlab/ci/jwt.rb
@@ -71,7 +71,8 @@ module Gitlab
fields.merge!(
environment: environment.name,
environment_protected: environment_protected?.to_s,
- deployment_tier: build.environment_tier
+ deployment_tier: build.environment_tier,
+ environment_action: build.environment_action
)
end