From 414e9f586284673bc545d2e39fd0aff263c0b194 Mon Sep 17 00:00:00 2001 From: David Day Date: Sat, 7 Sep 2024 14:32:09 -0700 Subject: [PATCH] Fix PR preview. --- .github/workflows/preview.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 89264c5..9d4a9ae 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -8,7 +8,6 @@ on: - synchronize - closed -permissions: write-all concurrency: preview-${{ github.ref }} jobs: @@ -29,4 +28,3 @@ jobs: with: source-dir: ./dist/ preview-branch: previews - # token: ${{ secrets.GITHUB_TOKEN }}