Skip to content

Commit 1e87a74

Browse files
committed
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 <[email protected]>
1 parent 0851767 commit 1e87a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/process-git-request.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'open3'
22

3-
requestors = { "gvrose8192" => "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" }
3+
requestors = { "gvrose8192" => "" }
44

55
def file_prepend(file, str)
66
new_contents = ""

0 commit comments

Comments
 (0)