From 2526c62365eb36c681ff4c365b61cc14b28cd405 Mon Sep 17 00:00:00 2001 From: Tristan Rivoallan Date: Sun, 6 Oct 2024 16:58:46 +0200 Subject: [PATCH] chore: preview --- .github/workflows/preview.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 6ef63a6..d22867a 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -20,6 +20,5 @@ jobs: source-dir: ./public preview-branch: main umbrella-dir: public/pr-preview + token: ${{ secrets.GH_PAT }} action: auto - env: - GH_TOKEN: ${{ secrets.GH_PAT }}