Skip to content

Commit

Permalink
🎨 check
Browse files Browse the repository at this point in the history
  • Loading branch information
BorghildSelle committed Jan 13, 2025
1 parent 1ad2f49 commit 61172db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/DEV-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
projectId: ${{ secrets.SANITY_PROJECT_ID }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
sanityApiReadToken: ${{ secrets.SANITY_API_READ_TOKEN }}
environment: ${{ secrets.ENV }}
environment: development
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
id: build
run: |
docker build . \
--cache-from ${{ inputs.imageName }}:${{ env.IMAGE_TAG}} \
--cache-from ${{ inputs.imageName }}:${{ env.IMAGE_TAG }} \
--build-arg ARG_SANITY_PROJECT_ID=${{ inputs.projectId }} \
--build-arg ARG_SANITY_DATASET=${{ inputs.datasetName }} \
--build-arg ARG_SANITY_API_READ_TOKEN=${{ inputs.sanityApiReadToken }} \
Expand Down

0 comments on commit 61172db

Please sign in to comment.