···11+# Spindle Artifact
22+33+## Configuration
44+55+In order to use the program you need to have two secrets
66+77+- `ATPROTO_HANDLE`: The handle of the owner of the repo
88+- `ATPROTO_APP_PASSWORD`: An App Password for the accounts
99+1010+## Usage
1111+1212+```yaml
1313+dependencies:
1414+ # custom registry
1515+ git+https://tangled.org/regnault.dev/spindle-artifact:
1616+ - spindle-artifact
1717+1818+steps:
1919+ - name: Upload file
2020+ command: |
2121+ ~/.nix-profile/bin/spindle-artifact [repo] [tag] [file]
2222+```