Skip to content

Commit

Permalink
Merge branch 'padms/1626'
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Oct 30, 2023
2 parents b4822f4 + e9a51bf commit df0e472
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dataset-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
ref: staging
ref: main
- name: Install pnpm 📦
id: install-pnpm
uses: pnpm/[email protected]
Expand Down Expand Up @@ -46,6 +46,7 @@ jobs:
uses: sanity-io/[email protected]
env:
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_DEPLOY }}
STUDIO_CONFIG_PATH: './sanityv3'
with:
args: dataset export ${{ matrix.dataset }} backups/${{ matrix.dataset }}.tar.gz
- name: Upload backup.tar.gz
Expand Down

0 comments on commit df0e472

Please sign in to comment.