Use PAT when cloning
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 1m0s

This commit is contained in:
thepaperpilot 2024-06-01 20:18:49 -05:00
parent 2acd60899d
commit 7892d2bf19

View file

@ -15,6 +15,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.