Skip to content

Commit

Permalink
Use access token for submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Nov 15, 2024
1 parent 901bd52 commit 0a7723a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hil-unity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.ACCESS_TOKEN }}
token: ${{ secrets.UNITY_TOKEN }}

# checkout the latest arduino-cli compiler
- name: Setup Arduino CLI
Expand Down

0 comments on commit 0a7723a

Please sign in to comment.