Skip to content

Commit f0d3768

Browse files
AlanGreenetekton-robot
authored andcommitted
Make CHATOPS_TOKEN available to the reusable slash command workflows
1 parent 1c53126 commit f0d3768

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/chatops-retest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ jobs:
1111
retest:
1212
name: Rerun Failed Actions
1313
uses: tektoncd/plumbing/.github/workflows/_chatops_retest.yml@8441d6ffad5bf64f631ed0e67e46192fdedaca47
14+
secrets: inherit

.github/workflows/slash.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ jobs:
1313
issues: write # for peter-evans/slash-command-dispatch to create issue reaction
1414
pull-requests: write # for peter-evans/slash-command-dispatch to create PR reaction
1515
uses: tektoncd/plumbing/.github/workflows/_slash.yml@8441d6ffad5bf64f631ed0e67e46192fdedaca47
16+
secrets: inherit

0 commit comments

Comments
 (0)