Skip to content

Update gitlab-dump.yml #126

Update gitlab-dump.yml

Update gitlab-dump.yml #126

Workflow file for this run

name: Dumping fw
on:
push:
paths-ignore:
- '*.md'
branches: [ main ]
defaults:
run:
shell: bash
env:
ROM_URL: https://rms01.realme.net/sw/RMX3785export_11_A.26_2023080602150157.zip
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkouts
uses: actions/checkout@v2
- name: Clone Dumpyara
run: |
sudo apt install neofetch -y
git clone https://github.com/fw-dumps/DumprX dumper
sudo apt install python3-pip -y
- name: Setup Dumpyara environment
working-directory: dumper
run: |
sudo bash setup.sh
git config --global user.name "atharvnegi"
git config --global user.email "[email protected]"
- name: Setup config envs
working-directory: dumper
run: |
echo "${{ secrets.GIT_TOKEN }}" > .github_token
echo "${{ secrets.GIT_ORG_NAME }}" > .github_orgname
echo "${{ secrets.BOT_TOKEN }}" > .tg_token
echo "${{ secrets.CHAT_ID }}" > .tg_chat
- name: Running Dumpyara
working-directory: dumper
run: |
./dumper.sh $ROM_URL