mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Change secret name
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
|||||||
- name: Setup python
|
- name: Setup python
|
||||||
uses: actions/setup-python@main
|
uses: actions/setup-python@main
|
||||||
with:
|
with:
|
||||||
python-version: '3.12.3'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Install Requirements
|
- name: Install Requirements
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -109,6 +109,7 @@ jobs:
|
|||||||
PREFERRED_PATCH_APPS: ${{ inputs.PREFERRED_PATCH_APPS }}
|
PREFERRED_PATCH_APPS: ${{ inputs.PREFERRED_PATCH_APPS }}
|
||||||
secrets:
|
secrets:
|
||||||
ENVS: ${{ secrets.ENVS }}
|
ENVS: ${{ secrets.ENVS }}
|
||||||
|
DOCKER_PY_REVANCED_SECRETS: ${{ secrets.DOCKER_PY_REVANCED_SECRETS }}
|
||||||
REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
|
REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
|
||||||
|
|
||||||
upload-to-github:
|
upload-to-github:
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ on:
|
|||||||
secrets:
|
secrets:
|
||||||
ENVS:
|
ENVS:
|
||||||
required: false
|
required: false
|
||||||
|
DOCKER_PY_REVANCED_SECRETS:
|
||||||
|
required: false
|
||||||
REDDIT_CLIENT_ID:
|
REDDIT_CLIENT_ID:
|
||||||
required: false
|
required: false
|
||||||
inputs:
|
inputs:
|
||||||
@@ -47,12 +49,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Update Env from secrets for custom build
|
- name: Update Env from secrets for custom build
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.SECRETS }}" >> .env
|
echo "${{ secrets.DOCKER_PY_REVANCED_SECRETS }}" >> .env
|
||||||
|
echo "Added envs"
|
||||||
|
|
||||||
- name: Setup python
|
- name: Setup python
|
||||||
uses: actions/setup-python@main
|
uses: actions/setup-python@main
|
||||||
with:
|
with:
|
||||||
python-version: '3.12.3'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Install Requirements
|
- name: Install Requirements
|
||||||
if: ${{ inputs.PREFERRED_PATCH_APPS }}
|
if: ${{ inputs.PREFERRED_PATCH_APPS }}
|
||||||
|
|||||||
@@ -22,7 +22,8 @@ jobs:
|
|||||||
- name: Setup python
|
- name: Setup python
|
||||||
uses: actions/setup-python@main
|
uses: actions/setup-python@main
|
||||||
with:
|
with:
|
||||||
python-version: '3.12.3'
|
python-version: '3.x'
|
||||||
|
cache: 'pip' # Enable caching for pip dependencies
|
||||||
|
|
||||||
- name: Install Requirements
|
- name: Install Requirements
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -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)
|
7. APKEEP - Support downloading using [APKEEP](https://github.com/EFForg/apkeep)
|
||||||
1. Link Format - apkeep
|
1. Link Format - apkeep
|
||||||
2. Example Link - 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.
|
||||||
|
|
||||||
<br>Please verify the source of original APKs yourself with links provided. I'm not responsible for any damage
|
<br>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.
|
caused.If you know any better/safe source to download clean. Open a discussion.
|
||||||
|
|||||||
Reference in New Issue
Block a user