Skip to content

Commit 412dd19

Browse files
authored
fix: easy win activation (#6941)
1 parent 70a6005 commit 412dd19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/chainguard/self.test-activation-github.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

44
subject: repo:DataDog/system-tests:ref:refs/heads/main
55
claim_pattern:
6-
event_name: (workflow_dispatch|schedule)
6+
event_name: (workflow_dispatch|schedule|push)
77
ref: refs/heads/main
88
ref_protected: "true"
99
job_workflow_ref: DataDog/system-tests/\.github/workflows/nightly\.yml@refs/heads/main

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
if: steps.activation_script.outputs.activation_exit_code == '0' && steps.activation_script.outputs.branches != ''
206206
with:
207207
repository: DataDog/commit-headless
208-
ref: action/v2.0.3
208+
ref: action/v3.3.0
209209
path: .commit-headless
210210

211211
- name: Push signed branches and create PRs

0 commit comments

Comments
 (0)