We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3628ff commit 5c457b3Copy full SHA for 5c457b3
.github/workflows/update_protos.yml
@@ -14,6 +14,8 @@ jobs:
14
image: ghcr.io/viamrobotics/canon:amd64
15
steps:
16
- uses: actions/checkout@v4
17
+ with:
18
+ token: ${{ secrets.GIT_ACCESS_TOKEN }}
19
# note (erodkin): these dependencies were cribbed from what we use to build the SDK
20
# in the release job. Only very cursory effort was made to prune.
21
- name: install dependencies
0 commit comments