1
0
mirror of https://github.com/bitwarden/server synced 2026-01-04 01:23:25 +00:00

BRE-1355 - Rename Bitwarden Unified to Bitwarden Lite (#6592)

This commit is contained in:
Vince Grassia
2025-11-18 12:24:01 -05:00
committed by GitHub
parent a724c933dc
commit 2b926ef1c5
6 changed files with 10 additions and 10 deletions

View File

@@ -490,7 +490,7 @@ jobs:
- name: Log out from Azure
uses: bitwarden/gh-actions/azure-logout@main
- name: Trigger self-host build
- name: Trigger Bitwarden Lite build
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
with:
github-token: ${{ steps.retrieve-secret-pat.outputs.github-pat-bitwarden-devops-bot-repo-scope }}
@@ -498,7 +498,7 @@ jobs:
await github.rest.actions.createWorkflowDispatch({
owner: 'bitwarden',
repo: 'self-host',
workflow_id: 'build-unified.yml',
workflow_id: 'build-bitwarden-lite.yml',
ref: 'main',
inputs: {
server_branch: process.env.GITHUB_REF