From 37117d0de388d82857b7b1b7d4f524a294a58712 Mon Sep 17 00:00:00 2001 From: Riley Grant Date: Tue, 14 Jan 2025 12:26:58 -0600 Subject: [PATCH] fix(ci): properly link to built demos --- .github/workflows/build_preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_preview.yml b/.github/workflows/build_preview.yml index 60a2093..d21c329 100644 --- a/.github/workflows/build_preview.yml +++ b/.github/workflows/build_preview.yml @@ -13,6 +13,7 @@ jobs: permissions: contents: 'read' id-token: 'write' + statuses: 'write' steps: - name: Checkout uses: actions/checkout@v2