Skip to content

Commit

Permalink
actions: use CHECKOUT_TOKEN to access private submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
LnnrtS committed Oct 11, 2023
1 parent d6447f4 commit 0aa5a62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_test_firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
release: ${{ matrix.gcc }}

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
token: ${{ secrets.CHECKOUT_TOKEN }}

- name: Install linux dependencies
run: |
Expand Down

0 comments on commit 0aa5a62

Please sign in to comment.