From f06de66c510897cd4e528c5965a2e1dfc867b983 Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 21:44:01 +0000 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 37e5650..5cc0823 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,6 +26,7 @@ jobs: repository: 'jackyzha0/quartz' path: 'quartz' github-server-url: 'https://github.com' + token: ${{ secrets.GH_PAT }} - name: "Building Quartz content" uses: ./.github/actions/deploy-quartz \ No newline at end of file