Skip to content

Commit

Permalink
update actions-netlify action version; make site id a secret
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Dec 6, 2024
1 parent b9c807c commit 9edc2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:

- name: Deploy Preview to Netlify as preview
id: netlify-deploy
uses: nwtgck/actions-netlify@v2
uses: nwtgck/actions-netlify@v3.0
env:
NETLIFY_SITE_ID: d9dd191c-8f69-45bd-8b31-ed6129366828
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
with:
publish-dir: "./_site"
Expand Down

0 comments on commit 9edc2a3

Please sign in to comment.