Github action to use attic for caching.
- 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 }}'