We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5d9a8 commit 4877d7eCopy full SHA for 4877d7e
.github/chainguard/self.read.members.sts.yaml
@@ -3,7 +3,7 @@ issuer: https://token.actions.githubusercontent.com
3
subject_pattern: "repo:DataDog/libdatadog.*"
4
5
claim_pattern:
6
- ref: "(main|release|julio/.*)" # TODO: remove testing branch and uncomment ref_protected
+ ref: "refs/heads/(main|release|julio/.*)" # TODO: remove testing branch and uncomment ref_protected
7
# ref_protected: "true" # TODO: uncomment once tested.
8
9
permissions:
0 commit comments