Skip to content

Commit

Permalink
Create backup system
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpiiX authored Feb 26, 2024
1 parent bf669e9 commit 596e487
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/backup-to-gdrive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Backup to Google Drive

on:
push:
branches:
- master

jobs:
backup:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Upload to Google Drive
uses: adityak74/[email protected]
with:
credentials: ${{ secrets.GOOGLE_DRIVE_SERVICE_ACCOUNT_CONFIG }}
folderId: "1gd_6inwVqvdatgAI4Yb31TtHNMHcEiV9"
filename: "test.docx"

0 comments on commit 596e487

Please sign in to comment.