Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 816d3ac

Browse files
Merge pull request #1037 from deckgo/scope-github-actions-backup
fix: scope github actions backup
2 parents 48c4e64 + 0f67900 commit 816d3ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/backup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
service_account_key: ${{ secrets.FIRESTORE_BACKUP_TOKEN }}
1818
export_default_credentials: true
19+
if: github.repository == 'deckgo/deckdeckgo'
1920
- run: gcloud info
2021
- run: gcloud config set project $PROJECT_ID
2122
- run: gcloud firestore export $BUCKET

0 commit comments

Comments
 (0)