From d70a5316ca1693f8d2981e6e1b19699002f8deff Mon Sep 17 00:00:00 2001 From: Peter Njeim Date: Sun, 22 May 2022 01:13:40 -0300 Subject: [PATCH] Update magisk.yml --- .github/workflows/magisk.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/magisk.yml b/.github/workflows/magisk.yml index 91c4fdb..1fe51ca 100644 --- a/.github/workflows/magisk.yml +++ b/.github/workflows/magisk.yml @@ -14,7 +14,7 @@ on: release_type: description: "WSA release type" required: true - default: "insider fast" + default: "retail" type: choice options: - retail @@ -33,7 +33,7 @@ on: gapps_variant: description: "Variants of GApps" required: true - default: "full" + default: "pico" type: choice options: - none @@ -49,7 +49,7 @@ on: gapps_version: description: "Android version of GApps" required: true - default: "12.1" + default: "11.0" type: choice options: - 11.0 @@ -63,6 +63,9 @@ on: - magisk - none +permissions: + contents: write + jobs: matrix: runs-on: ubuntu-latest