Skip to content

Commit

Permalink
⚗️ Read token #1626
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Oct 31, 2023
1 parent 2e686fa commit e46c9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dataset-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Export Data
working-directory: ./sanityv3
env:
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_DEPLOY }}
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_STUDIO_MUTATION_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 e46c9f8

Please sign in to comment.