mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
Update workflow to use new report action (#7296)
This commit is contained in:
8
.github/workflows/deploy-web.yml
vendored
8
.github/workflows/deploy-web.yml
vendored
@@ -98,8 +98,12 @@ jobs:
|
|||||||
- setup
|
- setup
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
if: always()
|
if: always()
|
||||||
|
outputs:
|
||||||
|
channel_id: ${{ steps.slack-message.outputs.channel_id }}
|
||||||
|
ts: ${{ steps.slack-message.outputs.ts }}
|
||||||
steps:
|
steps:
|
||||||
- uses: bitwarden/gh-actions/report-deployment-status-to-slack@main
|
- uses: bitwarden/gh-actions/report-deployment-status-to-slack@main
|
||||||
|
id: slack-message
|
||||||
with:
|
with:
|
||||||
project: Clients
|
project: Clients
|
||||||
environment: ${{ needs.setup.outputs.environment-name }}
|
environment: ${{ needs.setup.outputs.environment-name }}
|
||||||
@@ -242,6 +246,7 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
if: always()
|
if: always()
|
||||||
needs:
|
needs:
|
||||||
|
- notify-start
|
||||||
- azure-deploy
|
- azure-deploy
|
||||||
- setup
|
- setup
|
||||||
steps:
|
steps:
|
||||||
@@ -250,7 +255,8 @@ jobs:
|
|||||||
project: Clients
|
project: Clients
|
||||||
environment: ${{ needs.setup.outputs.environment-name }}
|
environment: ${{ needs.setup.outputs.environment-name }}
|
||||||
tag: ${{ inputs.branch-or-tag }}
|
tag: ${{ inputs.branch-or-tag }}
|
||||||
slack-channel: team-eng-qa-devops
|
slack-channel: ${{ needs.notify-start.outputs.channel_id }}
|
||||||
event: ${{ needs.azure-deploy.result }}
|
event: ${{ needs.azure-deploy.result }}
|
||||||
url: https://github.com/bitwarden/clients/actions/runs/${{ github.run_id }}
|
url: https://github.com/bitwarden/clients/actions/runs/${{ github.run_id }}
|
||||||
|
update-ts: ${{ needs.notify-start.outputs.ts }}
|
||||||
AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|||||||
Reference in New Issue
Block a user