Skip to content

Commit

Permalink
Merge pull request #7 from JordanReyesLeger/feature/ErrorSecret
Browse files Browse the repository at this point in the history
Create secrets.rb
  • Loading branch information
JordanReyesLeger authored Dec 7, 2024
2 parents 2ea6fb1 + 53f26b5 commit b22821e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ruby/secrets.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# secrets.rb
api_key = "12345abcde67890fghij" # Este es un secreto expuesto
puts "Clave API: #{api_key}"

0 comments on commit b22821e

Please sign in to comment.