Skip to content

Commit 580bdcd

Browse files
authored
RSDK-9901 - specify token for checkout (viamrobotics#864)
1 parent 8b280ef commit 580bdcd

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
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
token: ${{ secrets.REPO_READ_TOKEN }}
1517
- uses: bufbuild/buf-setup-action@v1
1618
with:
1719
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)