From 044e7210316a5ee325b5c3253c685b4717f776f8 Mon Sep 17 00:00:00 2001 From: Tyler <71953103+fntyler@users.noreply.github.com> Date: Thu, 7 May 2026 13:03:48 -0400 Subject: [PATCH] BRE-1869 feat(build-bitwarden-lite): repository dispatch input (#502) --- .github/workflows/build-bitwarden-lite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-bitwarden-lite.yml b/.github/workflows/build-bitwarden-lite.yml index f6aca99..a799e1a 100644 --- a/.github/workflows/build-bitwarden-lite.yml +++ b/.github/workflows/build-bitwarden-lite.yml @@ -78,7 +78,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: - ref: ${{ inputs.self_host_repo_ref || github.ref }} + ref: ${{ inputs.self_host_repo_ref || github.event.client_payload.self_host_repo_ref || github.ref }} persist-credentials: false - name: Set Server variables @@ -137,7 +137,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: - ref: ${{ inputs.self_host_repo_ref || github.ref }} + ref: ${{ inputs.self_host_repo_ref || github.event.client_payload.self_host_repo_ref || github.ref }} persist-credentials: false - name: Check secrets