Skip to content

Commit

Permalink
set slack webhook url variable
Browse files Browse the repository at this point in the history
  • Loading branch information
snehasreeramini committed Jan 14, 2024
1 parent 82f64a4 commit 541eaf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-codeception-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
env:
SLACK_WEBHOOK: "${{ secrets.SLACK_DEVOPS_WEBHOOK_URL }}"
SLACK_WEBHOOK: "${{ secrets.SLACK_WEBHOOK_URL }}"
steps:
- name: Send custom JSON data to Slack workflow
if: ${{ always() && env.SLACK_WEBHOOK != '' }}
Expand All @@ -40,4 +40,4 @@ jobs:
summary_list: |
Repository%${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
job_list: |
build%${{ needs.build.result }}
build%${{ needs.build.result }

0 comments on commit 541eaf2

Please sign in to comment.