Skip to content

Commit 756c227

Browse files
committed
feat: dispatch wf4
1 parent 04abc8d commit 756c227

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/cl.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ on:
55
workflow_dispatch:
66
workflow_call:
77
secrets:
8-
githubToken:
8+
GITHUB_TOKEN:
99
description: 'The GitHub token for the repository'
1010
required: true
11+
SLACK_BOT_TOKEN:
12+
description: 'The Slack bot token'
13+
required: true
1114

1215
jobs:
1316
update-changelog2:

.github/workflows/triggers_cl.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727
permissions:
2828
contents: write
2929
secrets:
30-
githubToken: ${{ secrets.GITHUB_TOKEN }}
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
3132

0 commit comments

Comments
 (0)