We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15aadd commit 987f369Copy full SHA for 987f369
1 file changed
.github/workflows/update-a2a-types.yml
@@ -64,6 +64,7 @@ jobs:
64
- name: Create Pull Request if generated file changed
65
uses: peter-evans/create-pull-request@v6
66
with:
67
+ token: ${{ secrets.A2A_BOT_PAT }}
68
committer: a2a-bot <a2a-bot@google.com>
69
author: a2a-bot <a2a-bot@google.com>
70
commit-message: "chore: 🤖 Auto-update A2A schema from specification"
0 commit comments