Skip to content

Fix CI checkout failure in Dependabot runs#96

Draft
Copilot wants to merge 2 commits intodependabot/github_actions/actions/upload-artifact-7from
copilot/sub-pr-95
Draft

Fix CI checkout failure in Dependabot runs#96
Copilot wants to merge 2 commits intodependabot/github_actions/actions/upload-artifact-7from
copilot/sub-pr-95

Conversation

Copy link

Copilot AI commented Mar 9, 2026

actions/checkout@v6 requires a non-empty token when persist-credentials: true, but secrets.GH_TOKEN is unavailable in Dependabot contexts, causing both pio-test and pio-build jobs to fail with Input required and not supplied: token.

Changes

  • .github/workflows/config.yml: Use ${{ secrets.GH_TOKEN || github.token }} for token and git credentials in pio-test and pio-build jobs, falling back to the built-in token when GH_TOKEN is absent

💡 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.

…bot runs

Co-authored-by: zjwhitehead <4623792+zjwhitehead@users.noreply.github.com>
Copilot AI changed the title [WIP] Bump actions/upload-artifact from 6 to 7 Fix CI checkout failure in Dependabot runs Mar 9, 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