mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
Update patch.yml
This commit is contained in:
22
.github/workflows/patch.yml
vendored
22
.github/workflows/patch.yml
vendored
@@ -21,15 +21,29 @@ jobs:
|
||||
- name: Patch Youtube Music Revanced & Revanced Extended non-root
|
||||
run: bash src/ytm/patch.sh
|
||||
|
||||
- name: Patch Messenger Revanced
|
||||
env:
|
||||
GMAIL: ${{ secrets.GMAIL }}
|
||||
PASSWORD: ${{ secrets.PASSWORD }}
|
||||
run: |
|
||||
echo "[google]
|
||||
username = $GMAIL
|
||||
password = $PASSWORD" >> ~/apkeep.ini
|
||||
bash src/messenger/patch.sh
|
||||
|
||||
- name: Patch Tiktok Revanced
|
||||
run: bash src/tiktok/patch.sh
|
||||
env:
|
||||
GMAIL: ${{ secrets.GMAIL }}
|
||||
PASSWORD: ${{ secrets.PASSWORD }}
|
||||
run: |
|
||||
echo "[google]
|
||||
username = $GMAIL
|
||||
password = $PASSWORD" >> ~/apkeep.ini
|
||||
bash src/tiktok/patch.sh
|
||||
|
||||
- name: Patch Twitch Revanced
|
||||
run: bash src/twitch/patch.sh
|
||||
|
||||
- name: Patch Facebook Messenger Revanced
|
||||
run: bash src/messenger/patch.sh
|
||||
|
||||
- name: Generate Changelog
|
||||
run: |
|
||||
curl -s https://api.github.com/repos/revanced/revanced-patches/releases/latest \
|
||||
|
||||
Reference in New Issue
Block a user