We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5b7f7 commit fcfe317Copy full SHA for fcfe317
1 file changed
.github/workflows/firebase-backup.yml
@@ -1,14 +1,21 @@
1
+name: Firestore backup
2
+
3
on:
4
schedule:
- - cron: "*/15 * * * *"
-name: Firestore backup
5
+ - cron: "0 1 * * *"
6
7
jobs:
8
backup:
9
runs-on: ubuntu-latest
10
11
steps:
- - uses: lfdm/firestore-backup-gh-action
12
+ - name: Checkout repository
13
+ uses: actions/checkout@v2
14
15
+ - name: Firestore backup
16
+ uses: lfdm/firestore-backup-gh-action@v1
17
with:
18
gcloudAuth: ${{ secrets.FIREBASE_BACKUP_GCLOUD_AUTH }}
19
projectId: ${{ secrets.gcloud_project_id }}
20
storageBucket: gs://astarnetwork-a4924.appspot.com
- collectionIds:
21
+ collectionIds: "*"
0 commit comments