Skip to content

Commit 6fd0e91

Browse files
committed
expose convenience parameters from gh action
1 parent 8a53bb1 commit 6fd0e91

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/deploy-hf-env.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,21 @@ on:
2020
required: false
2121
type: string
2222
default: ''
23+
hf_namespace:
24+
description: 'Hugging Face namespace to deploy to (leave empty for openenv)'
25+
required: false
26+
type: string
27+
default: 'openenv'
28+
private:
29+
description: 'Deploy the space as private (default: public)'
30+
required: false
31+
type: boolean
32+
default: false
33+
space_suffix:
34+
description: 'Suffix to add to space name (e.g., "-test" for test spaces)'
35+
required: false
36+
type: string
37+
default: ''
2338

2439
env:
2540
HF_USERNAME: openenv

0 commit comments

Comments
 (0)