Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/chainguard/self.read.members.sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ issuer: https://token.actions.githubusercontent.com
subject_pattern: "repo:DataDog/libdatadog.*"

claim_pattern:
ref: "refs/heads/(main|release|julio/.*|igor/.*)" # TODO: remove testing branch and uncomment ref_protected
# ref_protected: "true" # TODO: uncomment once tested.
ref: "refs/heads/(main|release)"
ref_protected: "true"

permissions:
members: read
Expand Down
7 changes: 3 additions & 4 deletions .github/chainguard/self.write.pr.sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ issuer: https://token.actions.githubusercontent.com
subject_pattern: "repo:DataDog/libdatadog.*"

claim_pattern:
ref: "refs/heads/(main|release|igor/.*|julio/.*)"
# TODO: commented to debug changelog generation.
# ref_protected: "true"
# job_workflow_ref: DataDog/libdatadog/\.github/workflows/release-proposal-dispatch\.yml@.+
ref: "refs/heads/(main|release)"
ref_protected: "true"
job_workflow_ref: DataDog/libdatadog/\.github/workflows/release-proposal-dispatch\.yml@.+

permissions:
contents: write
Expand Down
Loading