Skip to content

icewind1991/attic-action

 
 

Repository files navigation

attic-action

github actions badge

Github action to use attic for caching.

Usage

  • Setup an attic cache as normal
  • Add your attic auth token as a secret to your repo
  • Add a step to your ci:
- uses: icewind1991/attic-action@v1
  with:
    name: cache-name
    instance: https://cache.example.com
    authToken: '${{ secrets.ATTIC_TOKEN }}'

About

Github action to use an Attic binary cache

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 65.4%
  • Nix 28.8%
  • JavaScript 5.6%
  • Shell 0.2%