Skip to content

Commit

Permalink
feat: dispatch wf5
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm88 committed Mar 9, 2024
1 parent 756c227 commit bb036f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
workflow_dispatch:
workflow_call:
secrets:
GITHUB_TOKEN:
description: 'The GitHub token for the repository'
required: true
# githubToken:
# description: 'The GitHub token for the repository'
# required: true
SLACK_BOT_TOKEN:
description: 'The Slack bot token'
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triggers_cl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
permissions:
contents: write
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# githubToken: ${{ secrets.GITHUB_TOKEN }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit bb036f6

Please sign in to comment.