Update 'filters.sh'

This commit is contained in:
Kale 2021-08-21 08:25:42 -07:00
parent 4bb495132c
commit d82e2e36bb
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -1,5 +1,5 @@
#!/bin/bash
cat $API_TOKEN_GITHUB > token.txt
echo $API_TOKEN_GITHUB > token.txt
gh auth login --with-token > token.txt
rm token.txt
git clone https://github.com/minoplhy/filters-maker /filters-maker