Skip to content

Commit b05b877

Browse files
authored
delete the duplicated info. (#239)
1 parent dcd318d commit b05b877

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,6 @@ This is required only if your package uses other packages which are registered i
253253
or your package depends on unregistered private packages.
254254
255255
- In the repository's `Settings`, go to `Secrets and Variables` and expand the caret, click on `Actions`. Add a `New repository secret` called `SSH_PRIVATE_KEY`, and copy the contents of the *private* key for your `github_CI_key` (i.e., not the file ending in `.pub`)
256-
257-
- Set a secret key in the repository settings if you want to use private dependent packages in our lab.
258-
The key should not include a passphrase when the key pair is generated. Add the public key as a 'new SSH key'
259-
in the 'SSH and GPG keys' section of your account settings. The corresponding private key should be added as a
260-
'New repository secret' in the 'Actions secrets and variables' section of the repository settings.
261256
- Include the following lines in the jobs section of the `CI.yml` file in the `.github/workflows/` directory
262257
of your package. (Here, we assume that you set the secret key name as `SSH_PRIVATE_KEY`)
263258

0 commit comments

Comments
 (0)