1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Update .github/workflows/deploy-non-prod-web.yml

Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
This commit is contained in:
Alex Urbina
2023-12-13 19:27:44 -06:00
committed by GitHub
parent 7437307a8d
commit 31d85cac5c

View File

@@ -213,7 +213,7 @@ jobs:
--no-progress
- name: Update deployment status to Success
if: ${{ success() }}
if: success()
uses: chrnorm/deployment-status@2afb7d27101260f4a764219439564d954d10b5b0 # v2.0.1
with:
token: '${{ secrets.GITHUB_TOKEN }}'