0xintuition/Intuition Contributor Attestation
Create on-chain contributor attestations using the Intuition Protocol
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 11, 2025
- License
- MIT
Pinned Snippet
uses: 0xintuition/intuition-github-action@0fe0a15b8d39a504cbdbb5bbd48765a6d57ef6cf # no releases — HEAD as of 2026-07-16tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| private-key | Private key for signing transactions (from GitHub secrets) | yes | — |
| network | Network to use (testnet or mainnet) | no | testnet |
| failure-mode | How to handle errors (fail or warn) | no | warn |
| min-deposit-amount | Minimum deposit amount in TRUST tokens (wei) | no | "" |
| github-token | GitHub token for API access | no | ${{ github.token }} |
| retry-attempts | Number of retry attempts for network operations | no | 3 |
| retry-delay | Delay between retries in milliseconds | no | 2000 |
Outputs
| name | description |
|---|---|
| project-atom-id | Vault ID of the project atom |
| contributor-count | Number of contributors processed |
| attestations-created | Count of new attestations created |
| attestations-updated | Count of existing attestations updated |
| transaction-hashes | JSON array of transaction hashes |
| total-cost | Total cost in TRUST tokens (wei) |