Skip to content

Comments

Update auto_check.yml: bump checkout to v6 and use dedicated PR token#61

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

Update auto_check.yml: bump checkout to v6 and use dedicated PR token#61
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 and a dedicated token for PR creation.

Changes

  • Bump actions/checkout@v4v6
  • Use secrets.DAPPNODE_ACTIONS_PR_CREATOR instead of secrets.GITHUB_TOKEN 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-prysm-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.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…R_CREATOR token

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