this repo has no description
1# Spindle Artifact 2 3## Configuration 4 5In 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 13dependencies: 14 # custom registry 15 git+https://tangled.org/regnault.dev/spindle-artifact: 16 - spindle-artifact 17 18steps: 19 - name: Upload file 20 command: | 21 ~/.nix-profile/bin/spindle-artifact [repo] [tag] [file] 22```