Skip to content

Commit 6bc1172

Browse files
Update build_pipeline.yml
1 parent f942dca commit 6bc1172

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build_pipeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
with:
3535
publish-dir: './release/wwwroot'
3636
production-deploy: true
37+
fails-without-credentials: true
3738
env:
38-
netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
39-
netlify-site-id: ${{ secrets.NETLIFY_SITE_ID }}
39+
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
40+
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)