|
@@ -72,6 +72,14 @@ jobs:
|
|
|
chmod a+rx ./git-repo/repo
|
|
chmod a+rx ./git-repo/repo
|
|
|
echo "REPO=$GITHUB_WORKSPACE/./git-repo/repo" >> $GITHUB_ENV
|
|
echo "REPO=$GITHUB_WORKSPACE/./git-repo/repo" >> $GITHUB_ENV
|
|
|
|
|
|
|
|
|
|
+ - name: Set boot sign key
|
|
|
|
|
+ env:
|
|
|
|
|
+ BOOT_SIGN_KEY: ${{ secrets.BOOT_SIGN_KEY }}
|
|
|
|
|
+ run: |
|
|
|
|
|
+ if [ ! -z "$BOOT_SIGN_KEY" ]; then
|
|
|
|
|
+ echo "$BOOT_SIGN_KEY" > ./kernel-build-tools/linux-x86/share/avb/testkey_rsa2048.pem
|
|
|
|
|
+ fi
|
|
|
|
|
+
|
|
|
- name: Clone AnyKernel3 and Other Dependencies
|
|
- name: Clone AnyKernel3 and Other Dependencies
|
|
|
run: |
|
|
run: |
|
|
|
ANYKERNEL_BRANCH="gki-2.0"
|
|
ANYKERNEL_BRANCH="gki-2.0"
|