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