···1+# Spindle Artifact
2+3+## Configuration
4+5+In order to use the program you need to have two secrets
6+7+- `ATPROTO_HANDLE`: The handle of the owner of the repo
8+- `ATPROTO_APP_PASSWORD`: An App Password for the accounts
9+10+## Usage
11+12+```yaml
13+dependencies:
14+ # custom registry
15+ git+https://tangled.org/regnault.dev/spindle-artifact:
16+ - spindle-artifact
17+18+steps:
19+ - name: Upload file
20+ command: |
21+ ~/.nix-profile/bin/spindle-artifact [repo] [tag] [file]
22+```