diff --git a/filters.sh b/filters.sh index 21b1c1b..f7b2589 100644 --- a/filters.sh +++ b/filters.sh @@ -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