Skip to content

Commit 710afd1

Browse files
authored
Add files via upload
1 parent c675a74 commit 710afd1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/opace2pro.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: OP-ACE-2-PRO
2+
permissions:
3+
contents: write # Allow writing to repository contents (for pushing tags)
4+
actions: write # Allows triggering actions
5+
6+
on:
7+
workflow_call: # This allows this workflow to be called from another workflow
8+
9+
jobs:
10+
build-kernel-opace2pro-kernelsu-susfs:
11+
uses: ./.github/workflows/build.yml
12+
secrets: inherit
13+
with:
14+
model: "OP-ACE-2-PRO"
15+
soc: "kalama"
16+
branch: "oneplus/sm8550"
17+
manifest: "oneplus_ace2pro_v.xml"
18+
android_version: "android13"
19+
kernel_version: "5.15"

0 commit comments

Comments
 (0)