diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1ebe17247..027d364b1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -69,6 +69,8 @@ jobs: - name: Install protobuf if: contains( ${{ matrix.target }}, 'apple') uses: arduino/setup-protoc@v3 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} # ============================== # Apple Silicon SDK setup