Skip to content

Commit

Permalink
✨ refactor(test): obfuscate GitHub OAuth client credentials in test c…
Browse files Browse the repository at this point in the history
…onfiguration
  • Loading branch information
vnobo committed Oct 14, 2024
1 parent 920181f commit c9403e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boot/platform/src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ spring:
repositories.enabled: false
security.oauth2.client.registration:
github:
client-id: Iv1.14a97a700a228437
client-secret: 94d4fa39efc5677ea75f5dfae533191c00f76f99
client-id: I
client-secret: 9
scope: user

0 comments on commit c9403e1

Please sign in to comment.