feat(issue-triage): expose GH_AW_GITHUB_TOKEN in workflow_call contract - #1026
Closed
fr4nc1sc0-r4m0n with Copilot wants to merge 3 commits into
Closed
feat(issue-triage): expose GH_AW_GITHUB_TOKEN in workflow_call contract#1026fr4nc1sc0-r4m0n with Copilot wants to merge 3 commits into
fr4nc1sc0-r4m0n with Copilot wants to merge 3 commits into
Conversation
…issue-triage workflow contract Agent-Logs-Url: https://github.com/elastic/ai-github-actions/sessions/de2d5f43-9a2f-4a7c-a952-c93e94c41408 Co-authored-by: fr4nc1sc0-r4m0n <215478872+fr4nc1sc0-r4m0n@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update issue triage workflow to use ephemeral token
feat(issue-triage): expose GH_AW_GITHUB_TOKEN and GH_AW_GITHUB_MCP_SERVER_TOKEN in workflow_call contract
Apr 27, 2026
Contributor
|
@copilot remove the usage of GH_AW_GITHUB_MCP_SERVER_TOKEN |
…act and docs Agent-Logs-Url: https://github.com/elastic/ai-github-actions/sessions/dbd21aa5-27cf-4b31-a22d-107aad812093 Co-authored-by: fr4nc1sc0-r4m0n <215478872+fr4nc1sc0-r4m0n@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
feat(issue-triage): expose GH_AW_GITHUB_TOKEN and GH_AW_GITHUB_MCP_SERVER_TOKEN in workflow_call contract
feat(issue-triage): expose GH_AW_GITHUB_TOKEN in workflow_call contract
Apr 27, 2026
Contributor
|
@copilot I want you to change the target branch of this pr replacing |
Contributor
Author
I'm not able to change the base branch of a PR with the tools available to me. You can do it directly in the GitHub UI: open the PR, click Edit next to the title, and change the base branch to |
Contributor
|
Done #1030 |
This was referenced May 4, 2026
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 free
to 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.
The issue-triage reusable workflow had no way for callers to pass an ephemeral token, so comments applied by the workflow always used the built-in
GITHUB_TOKEN, which cannot re-trigger downstream event-driven workflows.Changes
.github/workflows/gh-aw-issue-triage.md— adds optionalGH_AW_GITHUB_TOKENtoworkflow_call.secrets; the runtime already consumed it via fallback chains, it just wasn't part of the public contract.github/workflows/gh-aw-issue-triage.lock.yml— propagates the same secret into the compiled lock filegh-agent-workflows/issue-triage/README.md— adds a Secrets table, matching the pattern established bydependency-reviewgh-agent-workflows/issue-triage/example.yml— adds commented-outGH_AW_GITHUB_TOKENwiring with explanatory commentdocs/workflows/gh-agent-workflows/issue-triage.md— adds Secrets table and updates example snippetUsage