Skip to content

Commit b7f3d27

Browse files
authored
Merge pull request OpenVoxProject#56 from bastelfreak/ci2
CI: Add token permissions to build workflow & Add ezbake-ref option to build pipeline
2 parents 9b30873 + 5c2f4f9 commit b7f3d27

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Build openvox-server
23

34
on:
@@ -14,6 +15,14 @@ on:
1415
description: 'A comma-separated list of rpm-based platforms to build for, excluding the architecture (e.g. el-9,amazon-2023). Do not include spaces. If not provided, will use the default list of platforms supported by OpenVox Server and DB.'
1516
required: false
1617
type: string
18+
ezbake-ref:
19+
description: |-
20+
Branch/tag from ezbake that will be used for openvoxdb/server builds.
21+
type: string
22+
default: 'main'
23+
24+
permissions:
25+
contents: read
1726

1827
jobs:
1928
build:

0 commit comments

Comments
 (0)