Skip to content

Commit fd9113e

Browse files
committed
Simplify trust policy
1 parent ce2b2fe commit fd9113e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
issuer: https://token.actions.githubusercontent.com
22

3-
subject_pattern: ^repo:DataDog/dd-trace-java:ref:refs/heads/.+$
3+
subject_pattern: repo:DataDog/dd-trace-java:ref:refs/heads/.+
44

55
claim_pattern:
6-
event_name: (push|workflow_dispatch)
7-
ref: refs/heads/.+
8-
job_workflow_ref: DataDog/dd-trace-java/\.github/workflows/pin-system-tests\.yaml@refs/heads/.+
6+
job_workflow_ref: DataDog/dd-trace-java/\.github/workflows/pin-system-tests\.yaml@.+
97

108
permissions:
119
contents: write
1210
pull_requests: write
11+
workflows: write

0 commit comments

Comments
 (0)