From 42607e09c963b2904d5a61ce1cdc8500d06655e8 Mon Sep 17 00:00:00 2001 From: "Filies Olaf (IFAG DES TOC PSA)" Date: Fri, 15 Nov 2024 19:18:38 +0100 Subject: [PATCH] Use access token --- .github/workflows/hil-unity-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hil-unity-checks.yml b/.github/workflows/hil-unity-checks.yml index 11fa0f89..7bc24482 100644 --- a/.github/workflows/hil-unity-checks.yml +++ b/.github/workflows/hil-unity-checks.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout actions uses: actions/checkout@v4 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.UNITY_TOKEN }} submodules: recursive # checkout the latest arduino-cli compiler