Skip to content

Commit

Permalink
UPDATE: add commit sha to the test wf
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeebru committed Jan 16, 2024
1 parent 32d164e commit 4458fc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-report-deployment-status-to-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
tag: test-workflow-start
slack-channel: devops-alerts-test
event: 'start'
commit-sha: ${{ github.sha }}
url: https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}

Expand All @@ -36,6 +37,7 @@ jobs:
tag: test-workflow-success
slack-channel: devops-alerts-test
event: 'success'
commit-sha: ${{ github.sha }}
url: https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}

Expand All @@ -52,6 +54,7 @@ jobs:
tag: test-workflow-failure
slack-channel: devops-alerts-test
event: 'failure'
commit-sha: ${{ github.sha }}
url: https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}

0 comments on commit 4458fc8

Please sign in to comment.