From 5e266a908f17ab9d579bff77eb8e9e4e0a35f7bf Mon Sep 17 00:00:00 2001 From: holtskinner Date: Wed, 21 May 2025 12:32:26 -0700 Subject: [PATCH 1/2] ci: Add Token to update-a2a-types --- .github/workflows/update-a2a-types.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-a2a-types.yml b/.github/workflows/update-a2a-types.yml index b68beed6..50c4e3e0 100644 --- a/.github/workflows/update-a2a-types.yml +++ b/.github/workflows/update-a2a-types.yml @@ -64,6 +64,7 @@ jobs: - name: Create Pull Request if generated file changed uses: peter-evans/create-pull-request@v6 with: + token: ${{ secrets.GITHUB_TOKEN }} committer: a2a-bot author: a2a-bot commit-message: "chore: 🤖 Auto-update A2A schema from specification" From 0fd63b5e4c8b601a27ed6a2dbc85afe9e5282974 Mon Sep 17 00:00:00 2001 From: holtskinner Date: Wed, 21 May 2025 12:37:36 -0700 Subject: [PATCH 2/2] Update token --- .github/workflows/update-a2a-types.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-a2a-types.yml b/.github/workflows/update-a2a-types.yml index 50c4e3e0..06161506 100644 --- a/.github/workflows/update-a2a-types.yml +++ b/.github/workflows/update-a2a-types.yml @@ -64,7 +64,7 @@ jobs: - name: Create Pull Request if generated file changed uses: peter-evans/create-pull-request@v6 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.A2A_BOT_PAT }} committer: a2a-bot author: a2a-bot commit-message: "chore: 🤖 Auto-update A2A schema from specification"