From 426f6e309568a42a2cbcd921f6b9d08b94388584 Mon Sep 17 00:00:00 2001 From: Michiel Degezelle Date: Mon, 13 Oct 2025 16:32:12 +0200 Subject: [PATCH] Remove GH token from Check auth workflow" --- .github/workflows/check_auth.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/check_auth.yml b/.github/workflows/check_auth.yml index fc63774..4945f74 100644 --- a/.github/workflows/check_auth.yml +++ b/.github/workflows/check_auth.yml @@ -46,6 +46,4 @@ jobs: run: | CONFIG_JSON=$(cat $HOME/.silverfin/config.json | tr -d '\n') echo "::add-mask::$CONFIG_JSON" - echo "$CONFIG_JSON" | gh secret set CONFIG_JSON - env: - GH_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} \ No newline at end of file + echo "$CONFIG_JSON" | gh secret set CONFIG_JSON \ No newline at end of file