Skip to content

Commit 4d58c25

Browse files
jbachorikclaude
andcommitted
fix(ci): remove claim_pattern from octo-sts policy
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 263822e commit 4d58c25

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
# Allow async-profiler-build CI to publish to gh-pages
1+
# Allow java-profiler GitLab CI to publish reports and manage issues
22
issuer: https://gitlab.ddbuild.io
33

44
subject_pattern: "project_path:DataDog/java-profiler:ref_type:branch:ref:.*"
55

6-
claim_pattern:
7-
project_path: "DataDog/java-profiler"
8-
ref_type: "branch"
9-
ref: ".*"
10-
116
permissions:
12-
contents: "write"
13-
issues: "write"
14-
pull_requests: "read"
7+
contents: write
8+
issues: write
9+
pull_requests: read

0 commit comments

Comments
 (0)