From 6cae46b289f7faffa5a00e2623e0d47bc093bcb7 Mon Sep 17 00:00:00 2001 From: Tristan Rivoallan Date: Sun, 6 Oct 2024 16:45:20 +0200 Subject: [PATCH] chore: use pat --- .github/workflows/preview.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index ce1310d..6ef63a6 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -20,4 +20,6 @@ jobs: source-dir: ./public preview-branch: main umbrella-dir: public/pr-preview - action: auto \ No newline at end of file + action: auto + env: + GH_TOKEN: ${{ secrets.GH_PAT }}