Skip to content

Commit

Permalink
Update firebase-backup.yml (#932)
Browse files Browse the repository at this point in the history
* Update firebase-backup.yml

* Update firebase-backup.yml

* Update firebase-backup.yml
  • Loading branch information
ehsanhajian committed Sep 21, 2023
1 parent 4f5b7f7 commit fcfe317
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/firebase-backup.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
name: Firestore backup

on:
schedule:
- cron: "*/15 * * * *"
name: Firestore backup
- cron: "0 1 * * *"

jobs:
backup:
runs-on: ubuntu-latest

steps:
- uses: lfdm/firestore-backup-gh-action
- name: Checkout repository
uses: actions/checkout@v2

- name: Firestore backup
uses: lfdm/firestore-backup-gh-action@v1
with:
gcloudAuth: ${{ secrets.FIREBASE_BACKUP_GCLOUD_AUTH }}
projectId: ${{ secrets.gcloud_project_id }}
storageBucket: gs://astarnetwork-a4924.appspot.com
collectionIds:
collectionIds: "*"

0 comments on commit fcfe317

Please sign in to comment.