Skip to content

Commit

Permalink
docs: update README with private key instructions in multiple languages
Browse files Browse the repository at this point in the history
- Add instructions for copying the private key to GitHub Secrets in English, Chinese (Simplified), and Chinese (Traditional) versions of the README.

ref: #6 (comment)
Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Mar 8, 2025
1 parent 48992f2 commit 039c9e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ pbcopy < ~/.ssh/id_rsa
xclip < ~/.ssh/id_rsa
```

Starting from and including the comment section `-----BEGIN OPENSSH PRIVATE KEY-----` and ending at and including the comment section `-----END OPENSSH PRIVATE KEY-----`, copy the private key and paste it into GitHub Secrets.

### Copy ed25519 Private key

```bash
Expand Down
2 changes: 2 additions & 0 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ pbcopy < ~/.ssh/id_rsa
xclip < ~/.ssh/id_rsa
```

从包含注释部分 `-----BEGIN OPENSSH PRIVATE KEY-----` 开始,到包含注释部分 `-----END OPENSSH PRIVATE KEY-----` 结束,复制私钥并将其粘贴到 GitHub Secrets 中。

### 复制 ed25519 私钥内容

```bash
Expand Down
2 changes: 2 additions & 0 deletions README.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ pbcopy < ~/.ssh/id_rsa
xclip < ~/.ssh/id_rsa
```

從包含註釋部分 `-----BEGIN OPENSSH PRIVATE KEY-----` 開始,到包含註釋部分 `-----END OPENSSH PRIVATE KEY-----` 結束,複製私鑰並將其粘貼到 GitHub Secrets 中。

### 複製 ed25519 私鑰內容

```bash
Expand Down

0 comments on commit 039c9e0

Please sign in to comment.