Skip to content

Commit 1f6008b

Browse files
committed
docs: docs
Signed-off-by: QuentinN42 <quentin@lieumont.fr>
1 parent f2d17a8 commit 1f6008b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The GitHub Action will:
2323
- `GH_REPOSITORY`: The Git repository URL to sync to (e.g., `https://github.com/username/repo.git`)
2424
- `GH_USERNAME`: Your GitHub username
2525
- `GH_EMAIL`: Your GitHub email address
26+
- `GH_SSH_KEY`: Your GitHub SSH key
2627

2728
## Manual Usage
2829

@@ -33,6 +34,7 @@ export GL_USERNAME="your-gitlab-username"
3334
export GH_REPOSITORY="https://github.com/username/repo.git"
3435
export GH_USERNAME="your-github-username"
3536
export GH_EMAIL="your-github-email@example.com"
37+
export GH_SSH_KEY="-----BEGIN RSA PRIVATE KEY-----..."
3638

3739
./script.sh
3840
```

0 commit comments

Comments
 (0)