diff --git a/.github/workflows/update-links.yml b/.github/workflows/update-links.yml index 6cdc7c1..9a370fc 100644 --- a/.github/workflows/update-links.yml +++ b/.github/workflows/update-links.yml @@ -23,7 +23,7 @@ jobs: secrets: "rebrandly-apikey" - name: Update Bitwarden Script PowerShell Link - uses: bitwarden/gh-actions/update-rebrandly-link@9bc2bb10c26cb4d5a7c1d7c0d0285ae37588c847 + uses: bitwarden/gh-actions/update-rebrandly-link@c522a15810b70df8de25c2aa46e79a33d6a5ce12 with: apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} domain: "go.btwrdn.co" @@ -31,7 +31,7 @@ jobs: destination: "https://github.org/bitwarden/self-host/releases/download/${{ env.GITHUB_REF }}/bitwarden.ps1" - name: Update Run Script PowerShell Link - uses: bitwarden/gh-actions/update-rebrandly-link@9bc2bb10c26cb4d5a7c1d7c0d0285ae37588c847 + uses: bitwarden/gh-actions/update-rebrandly-link@c522a15810b70df8de25c2aa46e79a33d6a5ce12 with: apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} domain: "go.btwrdn.co" @@ -39,7 +39,7 @@ jobs: destination: "https://github.org/bitwarden/self-host/releases/download/${{ env.GITHUB_REF }}/run.ps1" - name: Update Bitwarden Script Shell Link - uses: bitwarden/gh-actions/update-rebrandly-link@9bc2bb10c26cb4d5a7c1d7c0d0285ae37588c847 + uses: bitwarden/gh-actions/update-rebrandly-link@c522a15810b70df8de25c2aa46e79a33d6a5ce12 with: apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} domain: "go.btwrdn.co" @@ -47,7 +47,7 @@ jobs: destination: "https://github.org/bitwarden/self-host/releases/download/${{ env.GITHUB_REF }}/bitwarden.sh" - name: Update Run Script Shell Link - uses: bitwarden/gh-actions/update-rebrandly-link@9bc2bb10c26cb4d5a7c1d7c0d0285ae37588c847 + uses: bitwarden/gh-actions/update-rebrandly-link@c522a15810b70df8de25c2aa46e79a33d6a5ce12 with: apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} domain: "go.btwrdn.co"