Skip to content

Commit 81a5f56

Browse files
Merge pull request #2357 from DataDog/maxep/RUM-10225/release-sts-policy
RUM-10225 Create release sts policy Co-authored-by: maxep <[email protected]>
2 parents 04699a6 + b04fde0 commit 81a5f56

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
issuer: https://gitlab.ddbuild.io
2+
3+
subject_pattern: "project_path:DataDog/dd-sdk-ios:ref_type:tag:ref:refs/tags/.*"
4+
5+
claim_pattern:
6+
project_path: "DataDog/dd-sdk-ios"
7+
ref_type: "tag"
8+
ref_protected: "true"
9+
pipeline_source: "push"
10+
ci_config_ref_uri: "gitlab.ddbuild.io/DataDog/dd-sdk-ios//.gitlab-ci.yml@refs/heads/master"
11+
12+
permissions:
13+
contents: write

0 commit comments

Comments
 (0)