Skip to content

Commit 5293115

Browse files
committed
github actions: Remove obsolete exposed key
As the subject says, it's obsolete and the repo it was tied to is long gone, but it's bad form to have it there. Requestor is actually passed in now so the value was not used in any case. Signed-off-by: Greg Rose <[email protected]>
1 parent 9c1c8f4 commit 5293115

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)