Add repo token

This commit is contained in:
Gregory Schier
2024-07-19 15:45:54 -07:00
parent fd6959e868
commit c4e1353b51

View File

@@ -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 }}