From e3a231b24048edcc2a2fc2e6f70f3c94f4fcebbd Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer Date: Sun, 9 Apr 2023 18:53:56 +0000 Subject: [PATCH] more gitea actions testing --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) 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: