Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dogfrogfog committed Nov 9, 2023
1 parent 8a3a056 commit a296cfb
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/import-dataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,18 @@ jobs:
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_AUTH_TOKEN }}
with:
# args: . debug --secrets
args: . dataset list
# args: . dataset list
# dataset import prod-copy.tar.gz production
# args: . dataset import prod-copy.tar.gz production
args: . dataset import prod-copy.tar.gz production
- name: Add sanity webhook
run: echo "Add sanity webhook"

# run `npm fund` for details

# 3 vulnerabilities (1 low, 2 moderate)

# To address all issues, run:
# npm audit fix --force

# Run `npm audit` for details.
# - Resolving latest versions

0 comments on commit a296cfb

Please sign in to comment.