Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
8 changes: 4 additions & 4 deletions .github/chainguard/self.release.create-pr.sts.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
issuer: https://token.actions.githubusercontent.com

subject: repo:DataDog/stratus-red-team:ref:refs/heads/main
subject: repo:DataDog/stratus-red-team:ref:refs/(heads/main|tags/.*)

claim_pattern:
event_name: push
ref: refs/heads/main
ref: refs/(heads/main|tags/.*)
ref_protected: "true"
job_workflow_ref: DataDog/stratus-red-team/.github/workflows/release.yml@refs/heads/main
job_workflow_ref: DataDog/stratus-red-team/.github/workflows/release.yml@refs/(heads/main|tags/.*)

permissions:
contents: read
pull-requests: read
pull_requests: write
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ defaults:
run:
working-directory: ./v2

permissions:
contents: read
pull-requests: read

jobs:
goreleaser:
timeout-minutes: 120
Expand Down
Loading