From c4e1353b5162c4eb7e717e0268103147581694e0 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 19 Jul 2024 15:45:54 -0700 Subject: [PATCH] Add repo token --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb0497ae..1a0010a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,6 +75,8 @@ jobs: - name: Install Protoc for plugin-runtime uses: arduino/setup-protoc@v3 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Build plugins working-directory: ${{ env.YAAK_PLUGINS_DIR }}