Skip to content

Commit dd7e828

Browse files
👷 [RUM-11361] Add octo policies (#3787)
1 parent b1f80b6 commit dd7e828

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
issuer: https://gitlab.ddbuild.io
2+
3+
subject_pattern: 'project_path:DataDog/browser-sdk:refs/heads/main'
4+
5+
claim_pattern:
6+
project_path: 'DataDog/browser-sdk'
7+
ref: 'main'
8+
ref_path: 'refs/heads/main'
9+
10+
permissions:
11+
pull_requests: write
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
issuer: https://gitlab.ddbuild.io
2+
3+
subject_pattern: 'project_path:DataDog/browser-sdk'
4+
5+
claim_pattern:
6+
project_path: 'DataDog/browser-sdk'
7+
8+
permissions:
9+
contents: read
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
issuer: https://gitlab.ddbuild.io
2+
3+
subject_pattern: 'project_path:DataDog/browser-sdk:ref_type:tag'
4+
5+
claim_pattern:
6+
project_path: 'DataDog/browser-sdk'
7+
ref_type: 'tag'
8+
9+
permissions:
10+
contents: write

0 commit comments

Comments
 (0)