Skip to content

Commit ab77683

Browse files
committedNov 23, 2024··
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 a019e5b commit ab77683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.