Conversation
…p.md Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Comment out app configuration in markdown files
Comment out unconfigured app credentials in activation-app.md and safe-output-app.md
Mar 19, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes references to unconfigured GitHub App credentials (vars.APP_ID / secrets.APP_PRIVATE_KEY) that were causing workflow failures by disabling the shared GitHub App configuration and regenerating affected workflow lock files.
Changes:
- Comment out GitHub App configuration blocks in shared workflow frontmatter (
activation-app.md,safe-output-app.md). - Regenerate workflow
.lock.ymlfiles to remove GitHub App token minting steps and associated env/output wiring. - Update affected steps to use a fallback GitHub token (
secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN) where applicable.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/shared/activation-app.md | Comments out on.github-app frontmatter block so compilation no longer injects App-based activation behavior. |
| .github/workflows/shared/safe-output-app.md | Comments out safe-outputs.github-app frontmatter block so compilation no longer injects App-based safe-output behavior. |
| .github/workflows/ubuntu-image-analyzer.lock.yml | Removes pre-activation GitHub App token step and related token usage in skip-if checks. |
| .github/workflows/slide-deck-maintainer.lock.yml | Removes pre-activation GitHub App token step and related token usage in skip-if checks. |
| .github/workflows/issue-monster.lock.yml | Removes pre-activation GitHub App token step and related token usage in skip-if checks. |
| .github/workflows/dead-code-remover.lock.yml | Removes pre-activation GitHub App token step and related token usage in skip-if checks. |
| .github/workflows/daily-safe-output-optimizer.lock.yml | Removes pre-activation GitHub App token step and related token usage in skip-if checks. |
| .github/workflows/daily-rendering-scripts-verifier.lock.yml | Removes pre-activation GitHub App token step and related token usage in skip-if checks. |
| .github/workflows/code-simplifier.lock.yml | Removes pre-activation GitHub App token step and related token usage in skip-if checks. |
| .github/workflows/code-scanning-fixer.lock.yml | Removes pre-activation GitHub App token step and related token usage in skip-if checks. |
| .github/workflows/breaking-change-checker.lock.yml | Removes pre-activation GitHub App token step and related token usage in skip-if checks. |
| .github/workflows/daily-testify-uber-super-expert.lock.yml | Removes safe-output GitHub App token minting/invalidation and switches github-script steps to token fallback. |
| .github/workflows/daily-mcp-concurrency-analysis.lock.yml | Removes safe-output GitHub App token minting/invalidation and switches github-script steps to token fallback (plus updates create-agent-session token usage). |
| .github/workflows/daily-file-diet.lock.yml | Removes safe-output GitHub App token minting/invalidation and switches github-script steps to token fallback; removes App-based skip-if token wiring. |
| .github/workflows/artifacts-summary.lock.yml | Removes safe-output GitHub App token minting/invalidation and switches github-script steps to token fallback. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
1
to
+5
| --- | ||
| safe-outputs: | ||
| github-app: | ||
| app-id: ${{ vars.APP_ID }} | ||
| private-key: ${{ secrets.APP_PRIVATE_KEY }} | ||
| # safe-outputs: | ||
| # github-app: | ||
| # app-id: ${{ vars.APP_ID }} | ||
| # private-key: ${{ secrets.APP_PRIVATE_KEY }} |
Comment on lines
1
to
+5
| --- | ||
| on: | ||
| github-app: | ||
| app-id: ${{ vars.APP_ID }} | ||
| private-key: ${{ secrets.APP_PRIVATE_KEY }} | ||
| # on: | ||
| # github-app: | ||
| # app-id: ${{ vars.APP_ID }} | ||
| # private-key: ${{ secrets.APP_PRIVATE_KEY }} |
| GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} | ||
| with: | ||
| github-token: ${{ steps.safe-outputs-app-token.outputs.token }} | ||
| github-token: ${{ secrets.COPILOT_GITHUB_TOKEN }} |
This was referenced Mar 19, 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.
activation-app.mdandsafe-output-app.mdreferencevars.APP_IDandsecrets.APP_PRIVATE_KEYwhich are not configured in the repository, causing workflow failures.Changes
shared/activation-app.md: Comment outon.github-appblock in frontmattershared/safe-output-app.md: Comment outsafe-outputs.github-appblock in frontmatterRecompiled all 175 affected workflow lock files.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/graphql/usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw(http block)/usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw AKcKD16D9PwF(http block)https://api.github.com/repos/actions/setup-node/git/ref/tags/v6/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq .object.sha(http block)https://api.github.com/repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b/usr/bin/gh gh api /repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b --jq .object.sha(http block)https://api.github.com/repos/github/gh-aw/usr/bin/gh gh api /repos/github/gh-aw --jq .visibility(http block)https://api.github.com/repos/githubnext/agentics/git/ref/tags//usr/bin/gh gh api /repos/githubnext/agentics/git/ref/tags/# --jq .object.sha(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.