Push reports to google drive (#167)

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
merwanehamadi
2023-07-18 09:17:45 -07:00
committed by GitHub
parent 15d50a5ccb
commit d46124a9d8
6 changed files with 682 additions and 207 deletions

View File

@@ -191,3 +191,6 @@ jobs:
git fetch origin $current_branch
git rebase origin/$current_branch
git push origin HEAD
poetry run python send_to_googledrive.py
env:
GDRIVE_BASE64: ${{ secrets.GDRIVE_BASE64 }}