Skip to content

Commit

Permalink
github actions: Fix accidental exposure of key
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
gvrose8192 committed Nov 22, 2024
1 parent 8998df1 commit 3c53abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/process-git-request.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'open3'

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

def file_prepend(file, str)
new_contents = ""
Expand Down

0 comments on commit 3c53abb

Please sign in to comment.