Skip to content

Commit

Permalink
fix: add PAT so the submodules can be checked out?
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv443 committed Mar 23, 2024
1 parent eed4ee1 commit cde8785
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint-and-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive # TODO:FIXME: this is broken - GH CI Error: fatal: No url found for submodule path 'data/jokes' in .gitmodules
token: ${{ secrets.GH_PAT }}
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand All @@ -40,6 +41,9 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.GH_PAT }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down

0 comments on commit cde8785

Please sign in to comment.