From 2b2702e272f80f3203e1eb17569f71d4b0900ce2 Mon Sep 17 00:00:00 2001 From: Ethan Rodkin Date: Fri, 7 Mar 2025 14:25:41 -0500 Subject: [PATCH] z --- .github/workflows/update_protos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update_protos.yml b/.github/workflows/update_protos.yml index 59c872581..12126e2f7 100644 --- a/.github/workflows/update_protos.yml +++ b/.github/workflows/update_protos.yml @@ -14,6 +14,8 @@ jobs: image: ghcr.io/viamrobotics/canon:amd64 steps: - uses: actions/checkout@v4 + with: + token: ${{ secrets.GIT_ACCESS_TOKEN }} # note (erodkin): these dependencies were cribbed from what we use to build the SDK # in the release job. Only very cursory effort was made to prune. - name: install dependencies