arqera-io/ARQERA twin-peer
Turn every GitHub Actions job into a transient ARQERA mesh node for the job's lifetime.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 18, 2026
- License
- None
Pinned Snippet
uses: arqera-io/twin-peer-action@c5a8a62e8dfd87df79aea90e72607d831c32d2d8 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| role | Human-readable tag attached to the node's identity record (e.g. "unit-tests", "nightly-build"). | no | ephemeral-ci |
| listen-addr | libp2p multiaddr the node binds to during the job. | no | /ip4/0.0.0.0/tcp/7001 |
| version | twin release version (defaults to latest GitHub Release). | no | latest |
| register-only | If "true", register the node and emit open/close records without starting a listener. | no | false |
| addressing-endpoint | ARQERA addressing service base URL. | no | https://addressing.arqera.io |
Outputs
| name | description |
|---|---|
| fingerprint | The node's Ed25519 fingerprint. |
| listen-address | The multiaddr the node is listening on. |