From d48e263493319ce361b508b1bf67a0ece1f2ac4d Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 19 Apr 2025 16:36:40 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Change=20secret=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-release.yml | 2 +- .github/workflows/build-apk.yml | 1 + .github/workflows/build-artifact.yml | 7 +++++-- .github/workflows/newapp-check.yml | 3 ++- README.md | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index ef63b59..a267658 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -36,7 +36,7 @@ jobs: - name: Setup python uses: actions/setup-python@main with: - python-version: '3.12.3' + python-version: '3.x' - name: Install Requirements run: | diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index a7c3d2a..3c09d0d 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -109,6 +109,7 @@ jobs: PREFERRED_PATCH_APPS: ${{ inputs.PREFERRED_PATCH_APPS }} secrets: ENVS: ${{ secrets.ENVS }} + DOCKER_PY_REVANCED_SECRETS: ${{ secrets.DOCKER_PY_REVANCED_SECRETS }} REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }} upload-to-github: diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml index 2028855..9233608 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -8,6 +8,8 @@ on: secrets: ENVS: required: false + DOCKER_PY_REVANCED_SECRETS: + required: false REDDIT_CLIENT_ID: required: false inputs: @@ -47,12 +49,13 @@ jobs: - name: Update Env from secrets for custom build run: | - echo "${{ secrets.SECRETS }}" >> .env + echo "${{ secrets.DOCKER_PY_REVANCED_SECRETS }}" >> .env + echo "Added envs" - name: Setup python uses: actions/setup-python@main with: - python-version: '3.12.3' + python-version: '3.x' - name: Install Requirements if: ${{ inputs.PREFERRED_PATCH_APPS }} diff --git a/.github/workflows/newapp-check.yml b/.github/workflows/newapp-check.yml index 85b3106..a3f512a 100644 --- a/.github/workflows/newapp-check.yml +++ b/.github/workflows/newapp-check.yml @@ -22,7 +22,8 @@ jobs: - name: Setup python uses: actions/setup-python@main with: - python-version: '3.12.3' + python-version: '3.x' + cache: 'pip' # Enable caching for pip dependencies - name: Install Requirements run: | diff --git a/README.md b/README.md index 3686792..3b1eba6 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ You can use any of the following methods to build. 7. APKEEP - Support downloading using [APKEEP](https://github.com/EFForg/apkeep) 1. Link Format - apkeep 2. Example Link - apkeep - Note - You need to provide APKEEP_EMAIL and APKEEP_TOKEN in the SECRETS Env. + Note - You need to provide APKEEP_EMAIL and APKEEP_TOKEN in the **DOCKER_PY_REVANCED_SECRETS** Github Secrets.
Please verify the source of original APKs yourself with links provided. I'm not responsible for any damage caused.If you know any better/safe source to download clean. Open a discussion.