Skip to content

Commit 4877d7e

Browse files
committed
ci: fix chainguard claim regex
1 parent 8e5d9a8 commit 4877d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/chainguard/self.read.members.sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ issuer: https://token.actions.githubusercontent.com
33
subject_pattern: "repo:DataDog/libdatadog.*"
44

55
claim_pattern:
6-
ref: "(main|release|julio/.*)" # TODO: remove testing branch and uncomment ref_protected
6+
ref: "refs/heads/(main|release|julio/.*)" # TODO: remove testing branch and uncomment ref_protected
77
# ref_protected: "true" # TODO: uncomment once tested.
88

99
permissions:

0 commit comments

Comments
 (0)