fix(auth): A2A cannot express task-level discovery access — spec designates three operations publicly accessible #2377
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: IPR Agreement | |
| # Delegates to the reusable workflow in adcontextprotocol/adcp. Signatures | |
| # land in the central ledger at adcontextprotocol/adcp:signatures/ipr-signatures.json. | |
| # See https://github.com/adcontextprotocol/adcp/blob/main/governance/ipr-bot-setup.md | |
| # for the GitHub App configuration and how to rotate / revoke credentials. | |
| on: | |
| issue_comment: | |
| types: [created] | |
| pull_request_target: | |
| types: [opened, synchronize, reopened] | |
| permissions: | |
| pull-requests: write | |
| statuses: write | |
| jobs: | |
| check: | |
| uses: adcontextprotocol/adcp/.github/workflows/ipr-check-callable.yml@main | |
| secrets: | |
| IPR_APP_ID: ${{ secrets.IPR_APP_ID }} | |
| IPR_APP_PRIVATE_KEY: ${{ secrets.IPR_APP_PRIVATE_KEY }} |