From cf4aee9965418aedc34b052f09ad5f5aa1d12ef0 Mon Sep 17 00:00:00 2001 From: Kale Date: Sat, 21 Aug 2021 08:39:57 -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 3b8bdb7..ad8b357 100644 --- a/filters.sh +++ b/filters.sh @@ -1,6 +1,6 @@ #!/bin/bash echo $API_TOKEN_GITHUB > token.txt -gh auth login --with-token > token.txt +gh auth login --with-token < token.txt rm token.txt git clone https://github.com/minoplhy/filters-maker /filters-maker git clone https://x-access-token:$API_TOKEN_GITHUB@github.com/$INPUT_DESTINATION_UNAME/$INPUT_DESTINATION_REPO.git /repros