smartcontractkit / smartcontractkit/chainlink-cosmos
Enable cachix in '.github/workflows/contracts.yml'
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 23
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Consider this extracted snippet:
# TODO: we probably want cachix enabled here
# - name: Setup cachix
# uses: cachix/cachix-action@v10
# with:
# name: nix-cargo-integration
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Edit .github/workflows/contracts.yml, starting with the commented Setup cachix block and its shown name and authToken settings. Enable the Cachix action there and verify that the contracts workflow completes with Cachix enabled; the work is done when the shown step is active.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100