Skip to content

Commit 1cdcd11

Browse files
authored
Update README with a reference to the new branch deploying with SSH keys
1 parent f973f49 commit 1cdcd11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,14 @@ Generate your personal token following the steps:
5454

5555
⚠️ : The "Personal Access Token" that you just generated gives access to any repository to which you have access (it's not possible to restrict it to one repository). Technically anyone with *write* access to a repository where the token is made available via "Add a new secret" (next step), might manage to access it. The action also uses the token; you can verify how it is used in entrypoint.sh . I'm in the process of implementing deploy keys which would allow it to give access to only the destination repository. Updates on https://github.com/cpina/github-action-push-to-another-repository/issues/66 . Possible workarounds to avoid it: use a specific GitHub user who has access only to the destination repository or look at this other action: https://github.com/leigholiver/commit-with-deploy-key
5656

57+
**News: ** new branch https://github.com/cpina/github-action-push-to-another-repository/tree/ssh-deploy-key allowing to use SSH_DEPLOY_KEYS. I will do some more testing and write documentation soon.
58+
5759
Then make the token available to the Github Action following the steps:
5860
* Go to the Github page for the repository that you push from, click on "Settings"
5961
* On the left hand side pane click on "Secrets"
6062
* Click on "Add a new secret" and name it "API_TOKEN_GITHUB"
6163

6264

63-
6465
## Example usage
6566
```yaml
6667
- name: Pushes to another repository

0 commit comments

Comments
 (0)