Update db-staging-snapshot.yml

pull/3153/head^2
zomars 2022-07-07 12:05:31 -06:00
parent 5e4e98e002
commit a7212660a4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
- name: Install Snaplet CLI
run: curl -sL https://app.snaplet.dev/get-cli/ | bash
- name: Restore Snapshot
run: snaplet snapshot restore
run: snaplet snapshot restore -y
env:
SNAPLET_DATABASE_URL: ${{ secrets.SNAPLET_DATA_TARGET_DB_URL }}
SNAPLET_ACCESS_TOKEN: ${{ secrets.SNAPLET_ACCESS_TOKEN }}