Added apkeep support

This commit is contained in:
Nikhil Badyal
2025-04-19 11:18:31 +05:30
committed by Nikhil Badyal
parent bb05ec0f6f
commit 05ca33164c
14 changed files with 173 additions and 23 deletions
+4
View File
@@ -45,6 +45,10 @@ jobs:
echo "${{ secrets.ENVS }}" >> .env
echo "GITHUB_REPOSITORY=${{ github.repository }}" >> .env
- name: Update Env from secrets for custom build
run: |
echo "${{ secrets.SECRETS }}" >> .env
- name: Setup python
uses: actions/setup-python@main
with: