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 756c227 commit bb036f6Copy full SHA for bb036f6
.github/workflows/cl.yaml
@@ -5,9 +5,9 @@ on:
5
workflow_dispatch:
6
workflow_call:
7
secrets:
8
- GITHUB_TOKEN:
9
- description: 'The GitHub token for the repository'
10
- required: true
+ # githubToken:
+ # description: 'The GitHub token for the repository'
+ # required: true
11
SLACK_BOT_TOKEN:
12
description: 'The Slack bot token'
13
required: true
.github/workflows/triggers_cl.yaml
@@ -27,6 +27,6 @@ jobs:
27
permissions:
28
contents: write
29
30
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # githubToken: ${{ secrets.GITHUB_TOKEN }}
31
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
32
0 commit comments