Use PAT when cloning
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 1m0s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 1m0s
This commit is contained in:
parent
2acd60899d
commit
7892d2bf19
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue