From 7b17c82a64e0cf5a2c2e9d8d2c4ea72b9ec4ce2a Mon Sep 17 00:00:00 2001 From: Alberto Granzotto Date: Fri, 8 Nov 2024 22:23:52 +0100 Subject: [PATCH] Remember to enable allow write access --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 235f174..44509c7 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,9 @@ Add these secrets in your GitHub repository settings under **Settings > Secrets - **Description**: SSH private key for deploying the build to the target repository. - **Format**: The private key content. - **Generate**: `ssh-keygen -t ed25519 -C "deployer" -f github_actions_deploy_key` -- **IMPORTANT**: After generating the key, add the public key (`github_actions_deploy_key.pub`) to the “Deploy Keys” section of the target repository (found in Settings > Deploy keys). This grants GitHub Actions permission to deploy changes to the target repository. +- **IMPORTANT**: + - After generating the key, add the public key (`github_actions_deploy_key.pub`) to the “Deploy Keys” section of the target repository (found in Settings > Deploy keys). This grants GitHub Actions permission to deploy changes to the target repository. + - Enable **Allow write access**. #### 6. `TARGET_REPO`