Skip to content

Comments

Update auto_check.yml: use DAPPNODE_ACTIONS_PR_CREATOR token#87

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/update-auto-check-workflow
Draft

Update auto_check.yml: use DAPPNODE_ACTIONS_PR_CREATOR token#87
Copilot wants to merge 2 commits intomainfrom
copilot/update-auto-check-workflow

Conversation

Copy link
Contributor

Copilot AI commented Feb 19, 2026

Update GitHub workflow to use the DAppNode-specific token for automated PR creation.

Changes

  • Changed GITHUB_TOKEN from secrets.GITHUB_TOKEN to secrets.DAPPNODE_ACTIONS_PR_CREATOR in auto_check.yml
  • Confirmed actions/checkout@v6 already in use
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          GITHUB_TOKEN: ${{ secrets.DAPPNODE_ACTIONS_PR_CREATOR }}
Original prompt

Repository: dappnode/DAppNodePackage-geth-generic

Create a pull request updating .github/workflows/auto_check.yml with:

  1. Bump actions/checkout to v6.
  2. Set env GITHUB_TOKEN to ${{ secrets.DAPPNODE_ACTIONS_PR_CREATOR }}.

Acceptance criteria:

  • Only .github/workflows/auto_check.yml is changed unless strictly necessary.
  • YAML remains valid.
  • PR title/description summarize both changes.

This pull request was created from Copilot chat.


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

Co-authored-by: pablomendezroyo <41727368+pablomendezroyo@users.noreply.github.com>
Copilot AI changed the title [WIP] Update auto_check.yml for actions/checkout and GITHUB_TOKEN Update auto_check.yml: use DAPPNODE_ACTIONS_PR_CREATOR token Feb 19, 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