1
0
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:
Michał Chęciński
2023-04-04 09:21:49 +02:00
committed by GitHub
parent 3afec3e712
commit 0d6dfdd4a6
2 changed files with 18 additions and 23 deletions

View File

@@ -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