diff --git a/.github/workflows/release-digital-ocean.yml b/.github/workflows/release-digital-ocean.yml index 3cb5f51..785a6f8 100644 --- a/.github/workflows/release-digital-ocean.yml +++ b/.github/workflows/release-digital-ocean.yml @@ -26,7 +26,7 @@ jobs: - name: Retrieve secrets id: retrieve-secrets - uses: bitwarden/gh-actions/get-keyvault-secrets@34ecb67b2a357795dc893549df0795e7383ff50f + uses: bitwarden/gh-actions/get-keyvault-secrets@c86ced0dc8c9daeecf057a6333e6f318db9c5a2b with: keyvault: "bitwarden-ci" secrets: "digital-ocean-api-key" diff --git a/.github/workflows/release-web-latest.yml b/.github/workflows/release-web-latest.yml index 38f91bb..5d34a34 100644 --- a/.github/workflows/release-web-latest.yml +++ b/.github/workflows/release-web-latest.yml @@ -32,7 +32,7 @@ jobs: ########## DockerHub ########## - name: Setup DCT id: setup-dct - uses: bitwarden/gh-actions/setup-docker-trust@34ecb67b2a357795dc893549df0795e7383ff50f + uses: bitwarden/gh-actions/setup-docker-trust@c86ced0dc8c9daeecf057a6333e6f318db9c5a2b with: azure-creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} azure-keyvault-name: "bitwarden-ci" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94b4174..b00e6e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - name: Get Latest Self-Host Version id: get-self-host - uses: bitwarden/gh-actions/get-release-version@34ecb67b2a357795dc893549df0795e7383ff50f + uses: bitwarden/gh-actions/get-release-version@c86ced0dc8c9daeecf057a6333e6f318db9c5a2b with: repository: bitwarden/self-host @@ -98,7 +98,7 @@ jobs: - name: Retrieve secrets id: retrieve-secrets - uses: bitwarden/gh-actions/get-keyvault-secrets@34ecb67b2a357795dc893549df0795e7383ff50f + uses: bitwarden/gh-actions/get-keyvault-secrets@c86ced0dc8c9daeecf057a6333e6f318db9c5a2b with: keyvault: "bitwarden-ci" secrets: "aws-selfhost-version-access-id, @@ -190,7 +190,7 @@ jobs: ########## DockerHub ########## - name: Setup DCT id: setup-dct - uses: bitwarden/gh-actions/setup-docker-trust@82bfda66185116020992660f6c73aa53277d081d + uses: bitwarden/gh-actions/setup-docker-trust@c86ced0dc8c9daeecf057a6333e6f318db9c5a2b with: azure-creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} azure-keyvault-name: "bitwarden-ci" diff --git a/.github/workflows/update-links.yml b/.github/workflows/update-links.yml index 610eb22..9066218 100644 --- a/.github/workflows/update-links.yml +++ b/.github/workflows/update-links.yml @@ -44,7 +44,7 @@ jobs: fi - name: Update Bitwarden Script PowerShell Link - uses: bitwarden/gh-actions/update-rebrandly-link@34ecb67b2a357795dc893549df0795e7383ff50f + uses: bitwarden/gh-actions/update-rebrandly-link@c86ced0dc8c9daeecf057a6333e6f318db9c5a2b with: apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} domain: "go.btwrdn.co" @@ -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@34ecb67b2a357795dc893549df0795e7383ff50f + uses: bitwarden/gh-actions/update-rebrandly-link@c86ced0dc8c9daeecf057a6333e6f318db9c5a2b with: apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} domain: "go.btwrdn.co" @@ -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@34ecb67b2a357795dc893549df0795e7383ff50f + uses: bitwarden/gh-actions/update-rebrandly-link@c86ced0dc8c9daeecf057a6333e6f318db9c5a2b with: apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} domain: "go.btwrdn.co" @@ -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@34ecb67b2a357795dc893549df0795e7383ff50f + uses: bitwarden/gh-actions/update-rebrandly-link@c86ced0dc8c9daeecf057a6333e6f318db9c5a2b with: apikey: ${{ steps.retrieve-secrets.outputs.rebrandly-apikey }} domain: "go.btwrdn.co" diff --git a/.github/workflows/update-versions.yml b/.github/workflows/update-versions.yml index 93fd0ce..c8e603b 100644 --- a/.github/workflows/update-versions.yml +++ b/.github/workflows/update-versions.yml @@ -24,7 +24,7 @@ jobs: - name: Get Latest Core Version id: get-core - uses: bitwarden/gh-actions/get-release-version@34ecb67b2a357795dc893549df0795e7383ff50f + uses: bitwarden/gh-actions/get-release-version@c86ced0dc8c9daeecf057a6333e6f318db9c5a2b with: repository: bitwarden/server trim: true @@ -46,7 +46,7 @@ jobs: - name: Get Latest Web Version id: get-web - uses: bitwarden/gh-actions/get-release-version@34ecb67b2a357795dc893549df0795e7383ff50f + uses: bitwarden/gh-actions/get-release-version@c86ced0dc8c9daeecf057a6333e6f318db9c5a2b with: repository: bitwarden/clients monorepo: true @@ -70,7 +70,7 @@ jobs: - name: Get Latest Key Connector Version id: get-key-connector - uses: bitwarden/gh-actions/get-release-version@34ecb67b2a357795dc893549df0795e7383ff50f + uses: bitwarden/gh-actions/get-release-version@c86ced0dc8c9daeecf057a6333e6f318db9c5a2b with: repository: bitwarden/key-connector trim: true