We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04abc8d commit 756c227Copy full SHA for 756c227
.github/workflows/cl.yaml
@@ -5,9 +5,12 @@ on:
5
workflow_dispatch:
6
workflow_call:
7
secrets:
8
- githubToken:
+ GITHUB_TOKEN:
9
description: 'The GitHub token for the repository'
10
required: true
11
+ SLACK_BOT_TOKEN:
12
+ description: 'The Slack bot token'
13
+ required: true
14
15
jobs:
16
update-changelog2:
.github/workflows/triggers_cl.yaml
@@ -27,5 +27,6 @@ jobs:
27
permissions:
28
contents: write
29
30
- githubToken: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
+ SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
32
0 commit comments