Skip to content

Replace GitHub App token with built-in GITHUB_TOKEN in workflows#36

Merged
japertechnology merged 2 commits intomainfrom
copilot/fix-github-app-token-issue
Feb 25, 2026
Merged

Replace GitHub App token with built-in GITHUB_TOKEN in workflows#36
japertechnology merged 2 commits intomainfrom
copilot/fix-github-app-token-issue

Conversation

Copy link

Copilot AI commented Feb 25, 2026

Workflows fail because they authenticate via actions/create-github-app-token@v1 using APP_ID/APP_PRIVATE_KEY secrets that don't exist. No GitHub App is configured.

  • Removed the actions/create-github-app-token@v1 step from both github-minimum-intelligence-agent.yml and github-minimum-intelligence-installation.yml
  • Replaced all ${{ steps.app-token.outputs.token }} references with ${{ secrets.GITHUB_TOKEN }}
  • Removed explicit token: from the checkout step (defaults to GITHUB_TOKEN)

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

- Remove actions/create-github-app-token@v1 step from both workflows
- Replace ${{ steps.app-token.outputs.token }} with ${{ secrets.GITHUB_TOKEN }}
- Remove token: parameter from checkout step

Co-authored-by: japertechnology <51429990+japertechnology@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix authentication issue in workflow files Replace GitHub App token with built-in GITHUB_TOKEN in workflows Feb 25, 2026
@japertechnology japertechnology marked this pull request as ready for review February 25, 2026 02:08
@japertechnology japertechnology merged commit 685b4a3 into main Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants