We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e266a9 commit 0fd63b5Copy full SHA for 0fd63b5
.github/workflows/update-a2a-types.yml
@@ -64,7 +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.GITHUB_TOKEN }}
+ token: ${{ secrets.A2A_BOT_PAT }}
68
committer: a2a-bot <[email protected]>
69
author: a2a-bot <[email protected]>
70
commit-message: "chore: 🤖 Auto-update A2A schema from specification"
0 commit comments