Skip to content

Commit 98861cf

Browse files
feat: update bump release to be triggered manually
1 parent 76cdba8 commit 98861cf

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/generate-bump-pages.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
name: Release the OpenAPI spec to Bump.sh
22
on:
3+
workflow_dispatch:
4+
inputs:
5+
branch:
6+
description: 'Branch to release the OpenAPI Spec to.'
7+
type: choice
8+
options:
9+
- dev
10+
- qa
11+
- staging
12+
- prod
13+
default: 'dev'
14+
required: false
15+
atlas_admin_v1_doc_id:
16+
description: 'Bump Doc ID for the v1 spec'
17+
required: false
18+
type: string
19+
atlas_admin_v2_doc_id:
20+
description: 'Bump Doc ID for the v2 specs'
21+
required: true
22+
type: string
23+
324
workflow_call:
425
inputs:
526
atlas_admin_v1_doc_id:

0 commit comments

Comments
 (0)