We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d17a8 commit 1f6008bCopy full SHA for 1f6008b
README.md
@@ -23,6 +23,7 @@ The GitHub Action will:
23
- `GH_REPOSITORY`: The Git repository URL to sync to (e.g., `https://github.com/username/repo.git`)
24
- `GH_USERNAME`: Your GitHub username
25
- `GH_EMAIL`: Your GitHub email address
26
+ - `GH_SSH_KEY`: Your GitHub SSH key
27
28
## Manual Usage
29
@@ -33,6 +34,7 @@ export GL_USERNAME="your-gitlab-username"
33
34
export GH_REPOSITORY="https://github.com/username/repo.git"
35
export GH_USERNAME="your-github-username"
36
export GH_EMAIL="[email protected]"
37
+export GH_SSH_KEY="-----BEGIN RSA PRIVATE KEY-----..."
38
39
./script.sh
40
```
0 commit comments