Skip to content

Comments

Update auto-check workflow: bump checkout to v6 and use DAPPNODE_ACTIONS_PR_CREATOR token#71

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

Update auto-check workflow: bump checkout to v6 and use DAPPNODE_ACTIONS_PR_CREATOR token#71
Copilot wants to merge 2 commits intomainfrom
copilot/update-auto-check-workflow

Conversation

Copy link
Contributor

Copilot AI commented Feb 19, 2026

Updates the auto-check workflow to use the latest checkout action version and the proper DAppNode actions token for PR creation.

Changes

  • Bump actions/checkout from v4 to v6
  • Replace secrets.GITHUB_TOKEN with secrets.DAPPNODE_ACTIONS_PR_CREATOR for the workflow token
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v6
       - run: npx @dappnode/dappnodesdk github-action bump-upstream --use-variants
         env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          GITHUB_TOKEN: ${{ secrets.DAPPNODE_ACTIONS_PR_CREATOR }}
Original prompt

Repository: dappnode/DAppNodePackage-nethermind-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.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: pablomendezroyo <41727368+pablomendezroyo@users.noreply.github.com>
Copilot AI changed the title [WIP] Update auto_check workflow to use actions/checkout v6 and set GITHUB_TOKEN Update auto-check workflow: bump checkout to v6 and 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