|
|
|
@ -37,33 +37,33 @@ jobs: |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
- name: Update Bitwarden Script PowerShell Link |
|
|
|
- name: Update Bitwarden Script PowerShell Link |
|
|
|
uses: bitwarden/gh-actions/update-rebrandly-link@664c8899c95490c65dac0df11519d24ed8419c85 |
|
|
|
uses: bitwarden/gh-actions/update-rebrandly-link@340a677ffb0c53e50ca67cd2c12044cd7f7fc725 |
|
|
|
with: |
|
|
|
with: |
|
|
|
apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} |
|
|
|
apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} |
|
|
|
domain: "go.btwrdn.co" |
|
|
|
domain: "go.btwrdn.co" |
|
|
|
slashtag: "bw-ps" |
|
|
|
slashtag: "bw-ps" |
|
|
|
destination: "https://github.org/bitwarden/self-host/releases/download/${{ steps.tag-name.outputs.value }}/bitwarden.ps1" |
|
|
|
destination: "https://github.com/bitwarden/self-host/releases/download/${{ steps.tag-name.outputs.value }}/bitwarden.ps1" |
|
|
|
|
|
|
|
|
|
|
|
- name: Update Run Script PowerShell Link |
|
|
|
- name: Update Run Script PowerShell Link |
|
|
|
uses: bitwarden/gh-actions/update-rebrandly-link@664c8899c95490c65dac0df11519d24ed8419c85 |
|
|
|
uses: bitwarden/gh-actions/update-rebrandly-link@340a677ffb0c53e50ca67cd2c12044cd7f7fc725 |
|
|
|
with: |
|
|
|
with: |
|
|
|
apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} |
|
|
|
apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} |
|
|
|
domain: "go.btwrdn.co" |
|
|
|
domain: "go.btwrdn.co" |
|
|
|
slashtag: "bw-ps-run" |
|
|
|
slashtag: "bw-ps-run" |
|
|
|
destination: "https://github.org/bitwarden/self-host/releases/download/${{ steps.tag-name.outputs.value }}/run.ps1" |
|
|
|
destination: "https://github.com/bitwarden/self-host/releases/download/${{ steps.tag-name.outputs.value }}/run.ps1" |
|
|
|
|
|
|
|
|
|
|
|
- name: Update Bitwarden Script Shell Link |
|
|
|
- name: Update Bitwarden Script Shell Link |
|
|
|
uses: bitwarden/gh-actions/update-rebrandly-link@664c8899c95490c65dac0df11519d24ed8419c85 |
|
|
|
uses: bitwarden/gh-actions/update-rebrandly-link@340a677ffb0c53e50ca67cd2c12044cd7f7fc725 |
|
|
|
with: |
|
|
|
with: |
|
|
|
apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} |
|
|
|
apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} |
|
|
|
domain: "go.btwrdn.co" |
|
|
|
domain: "go.btwrdn.co" |
|
|
|
slashtag: "bw-sh" |
|
|
|
slashtag: "bw-sh" |
|
|
|
destination: "https://github.org/bitwarden/self-host/releases/download/${{ steps.tag-name.outputs.value }}/bitwarden.sh" |
|
|
|
destination: "https://github.com/bitwarden/self-host/releases/download/${{ steps.tag-name.outputs.value }}/bitwarden.sh" |
|
|
|
|
|
|
|
|
|
|
|
- name: Update Run Script Shell Link |
|
|
|
- name: Update Run Script Shell Link |
|
|
|
uses: bitwarden/gh-actions/update-rebrandly-link@664c8899c95490c65dac0df11519d24ed8419c85 |
|
|
|
uses: bitwarden/gh-actions/update-rebrandly-link@340a677ffb0c53e50ca67cd2c12044cd7f7fc725 |
|
|
|
with: |
|
|
|
with: |
|
|
|
apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} |
|
|
|
apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} |
|
|
|
domain: "go.btwrdn.co" |
|
|
|
domain: "go.btwrdn.co" |
|
|
|
slashtag: "bw-sh-run" |
|
|
|
slashtag: "bw-sh-run" |
|
|
|
destination: "https://github.org/bitwarden/self-host/releases/download/${{ steps.tag-name.outputs.value }}/run.sh" |
|
|
|
destination: "https://github.com/bitwarden/self-host/releases/download/${{ steps.tag-name.outputs.value }}/run.sh" |
|
|
|
|