diff --git a/.github/workflows/self-scheduled-caller.yml b/.github/workflows/self-scheduled-caller.yml index c3f98304f2db2d..91f35e21ca6b65 100644 --- a/.github/workflows/self-scheduled-caller.yml +++ b/.github/workflows/self-scheduled-caller.yml @@ -28,4 +28,7 @@ jobs: uses: ./.github/workflows/self-scheduled.yml with: job: run_tests_quantization_torch_gpu - secrets: inherit + secrets: + CI_SLACK_BOT_TOKEN: ${{ secrets.CI_SLACK_BOT_TOKEN }} + CI_SLACK_REPORT_CHANNEL_ID: ${{ secrets.CI_SLACK_BOT_TOKEN }} + ACCESS_REPO_INFO_TOKEN: ${{ secrets.CI_SLACK_BOT_TOKEN }} diff --git a/.github/workflows/self-scheduled.yml b/.github/workflows/self-scheduled.yml index d3aa700fc076d9..f7db2d9d334f32 100644 --- a/.github/workflows/self-scheduled.yml +++ b/.github/workflows/self-scheduled.yml @@ -12,6 +12,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 env: HF_HOME: /mnt/cache