Skip to content

Commit 9b7480d

Browse files
🔧 Update script file with required functions
1 parent 50dfaa7 commit 9b7480d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
- '**.md'
1111
- '.github/workflows/docs.yml'
1212
workflow_dispatch:
13+
inputs:
14+
version:
15+
description: 'Version to release (e.g., 2.1.0, 2.1.0-rc.1)'
16+
required: true
17+
type: string
1318

1419
permissions:
1520
contents: read

.github/workflows/security.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
schedule:
1111
- cron: '0 2 * * 1' # Weekly on Monday at 2 AM UTC
1212
workflow_dispatch:
13+
inputs:
14+
version:
15+
description: 'Version to release (e.g., 2.1.0, 2.1.0-rc.1)'
16+
required: true
17+
type: string
1318

1419
permissions:
1520
contents: read

0 commit comments

Comments
 (0)