Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Mar 21, 2024
1 parent 2a897f5 commit 9133fe5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/self-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,7 @@ jobs:
uses: ./.github/workflows/slack-report.yml
with:
job: ${{ inputs.job }}
secrets: inherit
secrets:
CI_SLACK_BOT_TOKEN: ${{ secrets.CI_SLACK_BOT_TOKEN }}
CI_SLACK_BOT_TOKEN: ${{ secrets.CI_SLACK_BOT_TOKEN }}
CI_SLACK_BOT_TOKEN: ${{ secrets.CI_SLACK_BOT_TOKEN }}
7 changes: 7 additions & 0 deletions .github/workflows/slack-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ on:
job:
required: true
type: string
secrets:
CI_SLACK_BOT_TOKEN:
required: true
CI_SLACK_REPORT_CHANNEL_ID:
required: true
ACCESS_REPO_INFO_TOKEN:
required: true

jobs:
send_results:
Expand Down

0 comments on commit 9133fe5

Please sign in to comment.