We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f3204 commit 8fab029Copy full SHA for 8fab029
1 file changed
.github/workflows/main.yml
@@ -26,5 +26,5 @@ jobs:
26
- name: Deploy to Netlify
27
env:
28
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
29
- NETLIFY_SITE_ID: sequelize-site
+ NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
30
run: netlify deploy --dir build --prod --message '${{ github.event.commits[0].message }}'
0 commit comments