Skip to content

Commit

Permalink
Update Slack channel secret reference in workflow examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersokari committed Jan 7, 2025
1 parent 4aa7004 commit 69be979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 69be979

Please sign in to comment.