From bea28a0a902a2200ea6de0095ce066d1b7965e15 Mon Sep 17 00:00:00 2001 From: Sebastien L Date: Tue, 4 Jan 2022 16:32:53 -0500 Subject: [PATCH] Some more permissions to add --- .github/workflows/esp-idf-v4.3-build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/esp-idf-v4.3-build.yml b/.github/workflows/esp-idf-v4.3-build.yml index 61065295..a1ca113a 100644 --- a/.github/workflows/esp-idf-v4.3-build.yml +++ b/.github/workflows/esp-idf-v4.3-build.yml @@ -44,12 +44,15 @@ jobs: ~/build ~/components/wifi-manager/webapp/node_modules /var/lib/docker - key: idf4.3-${{ runner.os }}-${{ matrix.node }}-${{ matrix.depth }} + key: ${{ runner.os }}-${{ matrix.node }} - name: Set build parameters run: | git update-index --chmod=+x ./server_certs/getcert.sh git update-index --chmod=+x ./components/spotify/cspot/bell/nanopb/generator/protoc git update-index --chmod=+x ./components/spotify/cspot/bell/nanopb/generator/protoc-gen-nanopb + git update-index --chmod=+x ./components/spotify/cspot/bell/nanopb/generator/*.py + git update-index --chmod=+x ./components/spotify/cspot/bell/nanopb/generator/*.py2 + cd server_certs;./getcert.sh;cat github.pem;cd .. shopt -s nocasematch branch_name="${GITHUB_REF//refs\/heads\//}"