mirror of
https://github.com/bitwarden/browser
synced 2025-12-24 12:13:39 +00:00
Fix desktop autobump workflow (#5151)
This commit is contained in:
12
.github/workflows/version-bump.yml
vendored
12
.github/workflows/version-bump.yml
vendored
@@ -18,6 +18,18 @@ on:
|
||||
description: "New Version"
|
||||
required: true
|
||||
|
||||
workflow_call:
|
||||
inputs:
|
||||
version_number:
|
||||
required: true
|
||||
type: string
|
||||
client:
|
||||
required: true
|
||||
type: string
|
||||
secrets:
|
||||
AZURE_PROD_KV_CREDENTIALS:
|
||||
required: true
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user