diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ce886ab6..184961ea 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,7 @@ jobs: - name: Checkout 🛎️ uses: actions/checkout@v2 with: + token: ${{ secrets.GH_PAT }} submodules: recursive - name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. diff --git a/.gitmodules b/.gitmodules index e93f64a9..caf6273c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,4 +34,4 @@ branch = gh-pages [submodule "Garden.git"] path = Garden - url = git@code.incremental.social:thepaperpilot/Garden.git + url = https://github.com/thepaperpilot/Garden