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