Skip to content

Commit bb036f6

Browse files
committed
feat: dispatch wf5
1 parent 756c227 commit bb036f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cl.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
workflow_dispatch:
66
workflow_call:
77
secrets:
8-
GITHUB_TOKEN:
9-
description: 'The GitHub token for the repository'
10-
required: true
8+
# githubToken:
9+
# description: 'The GitHub token for the repository'
10+
# required: true
1111
SLACK_BOT_TOKEN:
1212
description: 'The Slack bot token'
1313
required: true

.github/workflows/triggers_cl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
permissions:
2828
contents: write
2929
secrets:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
# githubToken: ${{ secrets.GITHUB_TOKEN }}
3131
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
3232

0 commit comments

Comments
 (0)