Skip to content

Commit 6c15664

Browse files
LarsEckartJayBazuziisidore
committed
. e moving secrets
Co-authored-by: Jay Bazuzi <[email protected]> Co-authored-by: Llewellyn Falco <[email protected]>
1 parent 9978420 commit 6c15664

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.secrets
12
*.class
23
/webPageImages
34
*.versionsBackup
@@ -27,4 +28,3 @@ __pycache__/
2728

2829
# Claude Code local settings
2930
.claude/settings.local.json
30-
/set_enviroment_for_maven.sh

internal_documentation/test_gpg_key.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
# Source the environment
5-
source ./set_enviroment_for_maven.sh
6-
74
# Import the key and get its ID
85
echo "$GPG_PRIVATE_KEY" | gpg --batch --import 2>&1 | grep -E "key|imported" || true
96

0 commit comments

Comments
 (0)