Skip to content

Commit 5c457b3

Browse files
authored
RSDK-9901 - run tests in update proto workflow (#378)
1 parent b3628ff commit 5c457b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update_protos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
image: ghcr.io/viamrobotics/canon:amd64
1515
steps:
1616
- uses: actions/checkout@v4
17+
with:
18+
token: ${{ secrets.GIT_ACCESS_TOKEN }}
1719
# note (erodkin): these dependencies were cribbed from what we use to build the SDK
1820
# in the release job. Only very cursory effort was made to prune.
1921
- name: install dependencies

0 commit comments

Comments
 (0)