actions-marketplace-validations/arweave-ens-action
Github action to update ENS content with Arweave hashes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 27, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/0xkrauser_arweave-ens-action@1838cddd0f29339d94d40a9205cee8e2e7e99d2c # no releases — HEAD as of 2026-08-29tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| private-key | Private Key of the account that owns the name | yes | — |
| rpc | RPC Url to use instead of the default Flashbots one, the Network and the corresponding EnsResolver is derived from the RPC Url you use | no | https://rpc.flashbots.net |
| name | ENS Name, e.g. "name.eth" | yes | — |
| hash | Arweave hash to set as content | yes | — |
Outputs
| name | description |
|---|---|
| tx-hash | Hash of the update content transaction |