Uh oh!
There was an error while loading. Please reload this page.
Document compiler-generated job authentication - #54100
Merged
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilotcreated this pull request from a session on behalf of pelikhanAugust 20, 2026 00:30 View session
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
ContributorAuthor
pelikhan
approved these changes
Aug 20, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Documents compiler-generated workflow jobs and their authentication boundaries, and exposes the reference through agent discovery.
Changes:
- Adds a generated-job and credential reference.
- Registers
jobs.mdin the embedded fallback list.
Show a summary per file
| File | Description |
|---|---|
.github/aw/jobs.md | Documents generated jobs, dependencies, and authentication. |
pkg/cli/data/agentic_workflows_fallback_aw_files.json | Adds the new reference to fallback discovery. |
Review details
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Suppressed comments (1)
.github/aw/jobs.md:45
- The call job does not accept a called-workflow token/app input. It forwards the worker's declared secrets and permission envelope, so credentials must be configured on the consuming feature inside the called workflow. The current wording directs users to a nonexistent input path.
| `call-<sanitized-worker-name>` | `safe-outputs.call-workflow` worker | — | Configure the called workflow input through the worker's `github-token` or `github-app`. |
- Files reviewed: 2/2 changed files
- Comments generated: 3
- Review effort level: Balanced
Comment on lines
+7
to
+9
| Generated job IDs are reserved. Built-in job configuration may add | ||
| `setup-steps`, `pre-steps`, `needs`, and `if`; it cannot replace compiler-managed | ||
| permissions or authentication. |
| |---|---|---| | ||
| | `pre_activation`, `activation` | `on.github-token` | `on.github-app` | | ||
| | `agent` | `tools.github.github-token: ${{ secrets.MY_TOKEN }}` | `tools.github.github-app` | | ||
| | `safe_outputs`, `upload_assets`, `upload_code_scanning_sarif`, `call-*` | `safe-outputs.github-token` or handler `github-token` | `safe-outputs.github-app` or handler `github-app` | |
Comment on lines
+29
to
+30
| | Job | Created when | Needs | Notes | | ||
| |---|---|---|---| |
Contributor
🎉 This pull request is included in a new release. Release: |
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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a reference mapping compiler-generated workflow and maintenance jobs to their credential configuration points.
Job reference
Authentication mapping
github-tokenandgithub-appconfiguration.Agent discovery
jobs.mdin the embedded.github/awfallback file list.