|
|
|
|
@ -16,7 +16,7 @@ jobs:
@@ -16,7 +16,7 @@ jobs:
|
|
|
|
|
runs-on: ubuntu-20.04 |
|
|
|
|
steps: |
|
|
|
|
- name: Login to Azure - CI Subscription |
|
|
|
|
uses: Azure/login@77f1b2e3fb80c0e8645114159d17008b8a2e475a |
|
|
|
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6 |
|
|
|
|
with: |
|
|
|
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} |
|
|
|
|
|
|
|
|
|
@ -44,7 +44,7 @@ jobs:
@@ -44,7 +44,7 @@ jobs:
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
- name: Update Bitwarden Script PowerShell Link |
|
|
|
|
uses: bitwarden/gh-actions/update-rebrandly-link@340a677ffb0c53e50ca67cd2c12044cd7f7fc725 |
|
|
|
|
uses: bitwarden/gh-actions/update-rebrandly-link@34ecb67b2a357795dc893549df0795e7383ff50f |
|
|
|
|
with: |
|
|
|
|
apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} |
|
|
|
|
domain: "go.btwrdn.co" |
|
|
|
|
@ -52,7 +52,7 @@ jobs:
@@ -52,7 +52,7 @@ jobs:
|
|
|
|
|
destination: "https://github.com/bitwarden/self-host/releases/download/${{ steps.tag-name.outputs.value }}/bitwarden.ps1" |
|
|
|
|
|
|
|
|
|
- name: Update Run Script PowerShell Link |
|
|
|
|
uses: bitwarden/gh-actions/update-rebrandly-link@340a677ffb0c53e50ca67cd2c12044cd7f7fc725 |
|
|
|
|
uses: bitwarden/gh-actions/update-rebrandly-link@34ecb67b2a357795dc893549df0795e7383ff50f |
|
|
|
|
with: |
|
|
|
|
apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} |
|
|
|
|
domain: "go.btwrdn.co" |
|
|
|
|
@ -60,7 +60,7 @@ jobs:
@@ -60,7 +60,7 @@ jobs:
|
|
|
|
|
destination: "https://github.com/bitwarden/self-host/releases/download/${{ steps.tag-name.outputs.value }}/run.ps1" |
|
|
|
|
|
|
|
|
|
- name: Update Bitwarden Script Shell Link |
|
|
|
|
uses: bitwarden/gh-actions/update-rebrandly-link@340a677ffb0c53e50ca67cd2c12044cd7f7fc725 |
|
|
|
|
uses: bitwarden/gh-actions/update-rebrandly-link@34ecb67b2a357795dc893549df0795e7383ff50f |
|
|
|
|
with: |
|
|
|
|
apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} |
|
|
|
|
domain: "go.btwrdn.co" |
|
|
|
|
@ -68,7 +68,7 @@ jobs:
@@ -68,7 +68,7 @@ jobs:
|
|
|
|
|
destination: "https://github.com/bitwarden/self-host/releases/download/${{ steps.tag-name.outputs.value }}/bitwarden.sh" |
|
|
|
|
|
|
|
|
|
- name: Update Run Script Shell Link |
|
|
|
|
uses: bitwarden/gh-actions/update-rebrandly-link@340a677ffb0c53e50ca67cd2c12044cd7f7fc725 |
|
|
|
|
uses: bitwarden/gh-actions/update-rebrandly-link@34ecb67b2a357795dc893549df0795e7383ff50f |
|
|
|
|
with: |
|
|
|
|
apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} |
|
|
|
|
domain: "go.btwrdn.co" |
|
|
|
|
|