Skip to content

Commit

Permalink
👷 Update matrix and token
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Oct 31, 2023
1 parent e46c9f8 commit 95b2281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dataset-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Backup dataset
strategy:
matrix:
dataset: ['global-development'] #${{ fromJson(needs.read-satellites.outputs.matrix) }}
dataset: ${{ fromJson(needs.read-satellites.outputs.matrix) }}
steps:
- uses: actions/checkout@v3
- name: Install pnpm 📦
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Export Data
working-directory: ./sanityv3
env:
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_STUDIO_MUTATION_TOKEN }}
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_BACKUP_TOKEN }}
run: |
pnpm sanity dataset export ${{ matrix.dataset }} backups/backup-${{ matrix.dataset }}.tar.gz
- name: Upload backup.tar.gz
Expand Down

0 comments on commit 95b2281

Please sign in to comment.