From 3c53abb3c3567cf5ab82f8aaf13e13b321d84f5a Mon Sep 17 00:00:00 2001 From: Greg Rose Date: Fri, 22 Nov 2024 14:50:50 -0800 Subject: [PATCH] github actions: Fix accidental exposure of key A key was exposed in the PR processing ruby script - it was obsolete anyway, but not good form to have it there. Signed-off-by: Greg Rose --- .github/workflows/process-git-request.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process-git-request.rb b/.github/workflows/process-git-request.rb index a93c46ee3088..04a2ccd49b8b 100644 --- a/.github/workflows/process-git-request.rb +++ b/.github/workflows/process-git-request.rb @@ -1,6 +1,6 @@ require 'open3' -requestors = { "gvrose8192" => "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" } +requestors = { "gvrose8192" => "" } def file_prepend(file, str) new_contents = ""