|
|
|
|
@ -294,7 +294,7 @@ jobs:
@@ -294,7 +294,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
- name: Update deployment status to Success |
|
|
|
|
if: ${{ github.event.inputs.release_type != 'Dry Run' && success() }} |
|
|
|
|
uses: chrnorm/deployment-status@d42cde7132fcec920de534fffc3be83794335c00 # v2.0.5 |
|
|
|
|
uses: chrnorm/deployment-status@2afb7d27101260f4a764219439564d954d10b5b0 # v2.0.1 |
|
|
|
|
with: |
|
|
|
|
token: '${{ secrets.GITHUB_TOKEN }}' |
|
|
|
|
environment-url: http://vault.bitwarden.com |
|
|
|
|
@ -303,7 +303,7 @@ jobs:
@@ -303,7 +303,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
- name: Update deployment status to Failure |
|
|
|
|
if: ${{ github.event.inputs.release_type != 'Dry Run' && failure() }} |
|
|
|
|
uses: chrnorm/deployment-status@d42cde7132fcec920de534fffc3be83794335c00 # v2.0.5 |
|
|
|
|
uses: chrnorm/deployment-status@2afb7d27101260f4a764219439564d954d10b5b0 # v2.0.1 |
|
|
|
|
with: |
|
|
|
|
token: '${{ secrets.GITHUB_TOKEN }}' |
|
|
|
|
environment-url: http://vault.bitwarden.com |
|
|
|
|
|