Skip to content

Commit

Permalink
Update site-preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickobrien committed Dec 8, 2024
1 parent 2f14b5c commit fcfb5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- run: sed -i "s|^\s*environment.*$||g" netlify.toml
working-directory: data
# Build and deploy the data repo
- run: npx netlify deploy --build --alias data-preview-$CI_REF_NAME_SLUG
- run: npx netlify deploy --build --alias data-preview-${{ env.CI_REF_NAME_SLUG }}
working-directory: data
env:
GITHUB_REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Use the repo specific token
Expand Down

0 comments on commit fcfb5e8

Please sign in to comment.