From 135c0d28eba88fea9b8a6760dcdcd32a1a9cfc36 Mon Sep 17 00:00:00 2001 From: Ajit Koti Date: Mon, 23 Mar 2026 19:14:56 -0700 Subject: [PATCH 1/2] Fix CI Action --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb0f532..d326cf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,6 +178,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: bufbuild/buf-setup-action@v1 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} - name: Verify protos match pinned BSR version run: | TMPDIR=$(mktemp -d) From d9d9c5b7f8a1ff489b2507636f3cc48e9ec6955e Mon Sep 17 00:00:00 2001 From: Ajit Koti Date: Mon, 23 Mar 2026 20:14:57 -0700 Subject: [PATCH 2/2] Fix Proto Sync --- proto/macp/v1/envelope.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/macp/v1/envelope.proto b/proto/macp/v1/envelope.proto index b1a7c54..9b66b58 100644 --- a/proto/macp/v1/envelope.proto +++ b/proto/macp/v1/envelope.proto @@ -6,7 +6,7 @@ package macp.v1; message Envelope { string macp_version = 1; - string mode = 2; // empty for ambient Signals + string mode = 2; // empty for ambient Signals string message_type = 3; string message_id = 4; string session_id = 5; // empty for ambient messages