diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 3e596ce..e0623b7 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -75,7 +75,7 @@ jobs: with: allure_results_path: 'assets/allure-results' storage_bucket: ${{github.event.inputs.storage-bucket}} - slack_channel: ${{secrets.SLACK_CHANNEL}} + slack_channel: ${{secrets.SLACK_CHANNEL_ID}} show_history: ${{github.event.inputs.show-history}} show_retries: ${{github.event.inputs.show-retries}} prefix: ${{github.event.inputs.prefix}}