From d82e2e36bb616527700c35dc0f8957c0e781ee73 Mon Sep 17 00:00:00 2001 From: Kale Date: Sat, 21 Aug 2021 08:25:42 -0700 Subject: [PATCH] Update 'filters.sh' --- filters.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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