diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2234173..4c5b86f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + token: ${{ secrets.ACT_RUNNER_SSH_KEY }} - name: Cache west modules uses: actions/cache@v2 env: