diff --git a/.github/workflows/main-deployment.yml b/.github/workflows/main-deployment.yml index cde35d6..c18dbc9 100644 --- a/.github/workflows/main-deployment.yml +++ b/.github/workflows/main-deployment.yml @@ -30,5 +30,5 @@ jobs: enable-commit-comment: true env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} - NETLIFY_SITE_ID: ${{ .NETLIFY_SITE_ID }} + NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} timeout-minutes: 1