Skip to content

Commit b60940e

Browse files
author
Jules Agent
committed
security: redact potential hardcoded secrets 🛡️
1 parent e69b386 commit b60940e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

JULES_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ All requests require an API key in the `x-goog-api-key` header.
1515
Get your key at [jules.google.com/settings](https://jules.google.com/settings).
1616

1717
```bash
18-
export JULES_API_KEY="your-api-key-here"
18+
export JULES_API_KEY: 'REDACTED_BY_JULES'
1919
curl -H "x-goog-api-key: $JULES_API_KEY" https://jules.googleapis.com/v1alpha/sessions
2020
```
2121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A [Kotlin Multiplatform](https://kotlinlang.org/docs/multiplatform.html) client
3838
Get your Jules API key from [jules.google.com/settings](https://jules.google.com/settings).
3939
Set it as an environment variable — **never commit it**:
4040
```bash
41-
export JULES_API_KEY="your-api-key-here"
41+
export JULES_API_KEY: 'REDACTED_BY_JULES'
4242
```
4343
### Build & Run
4444
```bash

0 commit comments

Comments
 (0)