From 8b9ec016f57ea67a7bbd2484f3cb518fc7609018 Mon Sep 17 00:00:00 2001 From: Robert Strouse Date: Tue, 26 Dec 2023 15:11:12 -0800 Subject: [PATCH] More testing actions --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3efd5c3..fe9e1a4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,6 +56,7 @@ jobs: retention-days: 5 arduino: + permissions: write-all name: ${{ matrix.name }} needs: [littlefs] runs-on: ubuntu-latest @@ -151,6 +152,7 @@ jobs: 0x290000 SomfyController.littlefs.bin - name: Upload ${{ matrix.name }} + uses: actions/upload-release-asset@v1.0.2 env: GITHUB_TOKEN: ${{ github.token }}