From 2b2702e272f80f3203e1eb17569f71d4b0900ce2 Mon Sep 17 00:00:00 2001 From: Ethan Rodkin Date: Fri, 7 Mar 2025 14:25:41 -0500 Subject: [PATCH 1/2] 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 From f7a0d4ec41e68207769738927b8c10d4ada4d182 Mon Sep 17 00:00:00 2001 From: Ethan Rodkin Date: Thu, 13 Mar 2025 16:12:32 -0400 Subject: [PATCH 2/2] use git-access-token --- .github/workflows/update_protos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_protos.yml b/.github/workflows/update_protos.yml index 12126e2f7..29b7c9a0b 100644 --- a/.github/workflows/update_protos.yml +++ b/.github/workflows/update_protos.yml @@ -77,6 +77,7 @@ jobs: body: This is an auto-generated PR to update proto definitions. Check the commits to see which repos and commits are responsible for the changes assignees: stuqdog reviewers: stuqdog + token: ${{ secrets.GIT_ACCESS_TOKEN }} - name: Notify slack of failure uses: slackapi/slack-github-action@v1.24.0