Skip to content

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

Open
pablomendezroyo wants to merge 1 commit intomainfrom
pablomendezroyo-patch-2
Open

Update auto_check.yml: bump checkout to v6 and use dedicated PR token#49
pablomendezroyo wants to merge 1 commit intomainfrom
pablomendezroyo-patch-2

Conversation

@pablomendezroyo
Copy link
Contributor

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.

Updates the auto_check workflow to use the latest checkout action and a dedicated token for PR creation.

## Changes

- Bump `actions/checkout@v4` → `v6`
- Use `secrets.DAPPNODE_ACTIONS_PR_CREATOR` instead of `secrets.GITHUB_TOKEN` for the workflow token

```diff
- - 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 }}
```

<!-- START COPILOT ORIGINAL PROMPT -->



<details>

<summary>Original prompt</summary>

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


</details>
@github-actions
Copy link
Contributor

✅ SYNC TEST REPORT - PASSED

This CI runs on a real DAppNode using the same RPC calls a user would make to configure a staker setup: execution client, consensus client, web3signer, MEV-boost, and relays. The self-hosted runner is pre-loaded with synced (or near-synced) execution client volumes, enabling fast sync and attestation tests with any client combination. Consensus clients use checkpoint sync, so no pre-synced volume is required.

Sync Test: Verifies that both execution and consensus clients reach a synced state. This test ensures the staker configuration is valid and clients can synchronize with the network.

📦 Clients Used

Component DNP Name DNP Version
Execution hoodi-geth.dnp.dappnode.eth 0.1.4
Consensus nimbus-hoodi.dnp.dappnode.eth 0.1.3
Web3Signer web3signer-hoodi.dnp.dappnode.eth 0.1.3
MEV Boost mev-boost-hoodi.dnp.dappnode.eth 0.1.1
Network hoodi

🔖 Version Tracking

Execution Client Versions

Stage Version
Before Install Geth/v1.16.8-stable-abeb78c6/linux-amd64/go1.24.11
After Install Geth/v1.16.8-stable-abeb78c6/linux-amd64/go1.24.11

Consensus Client Versions

Stage Version
Before Install Nimbus/v25.9.2-9839f1-stateofus
After Install Nimbus/v25.9.2-9839f1-stateofus

⏱️ Timing Measurements

Environment Setup

Operation Duration Status
SetStakerConfig 30.7s
PackageInstall 17.242s

Test Execution

Operation Duration Status
WaitForBeaconchainSync 6.001s
WaitForExecutionSync 3m6.106s

Total Duration: 4m25s


📋 View full CI logs

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.

1 participant