Skip to content

Commit 039c9e0

Browse files
committed
docs: update README with private key instructions in multiple languages
- 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 <appleboy.tw@gmail.com>
1 parent 48992f2 commit 039c9e0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ pbcopy < ~/.ssh/id_rsa
138138
xclip < ~/.ssh/id_rsa
139139
```
140140

141+
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.
142+
141143
### Copy ed25519 Private key
142144

143145
```bash

README.zh-cn.md

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ pbcopy < ~/.ssh/id_rsa
138138
xclip < ~/.ssh/id_rsa
139139
```
140140

141+
从包含注释部分 `-----BEGIN OPENSSH PRIVATE KEY-----` 开始,到包含注释部分 `-----END OPENSSH PRIVATE KEY-----` 结束,复制私钥并将其粘贴到 GitHub Secrets 中。
142+
141143
### 复制 ed25519 私钥内容
142144

143145
```bash

README.zh-tw.md

+2
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ pbcopy < ~/.ssh/id_rsa
136136
xclip < ~/.ssh/id_rsa
137137
```
138138

139+
從包含註釋部分 `-----BEGIN OPENSSH PRIVATE KEY-----` 開始,到包含註釋部分 `-----END OPENSSH PRIVATE KEY-----` 結束,複製私鑰並將其粘貼到 GitHub Secrets 中。
140+
139141
### 複製 ed25519 私鑰內容
140142

141143
```bash

0 commit comments

Comments
 (0)