Skip to content

Commit

Permalink
Remember to enable allow write access
Browse files Browse the repository at this point in the history
  • Loading branch information
vrde committed Nov 8, 2024
1 parent bd753a3 commit 7b17c82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 7b17c82

Please sign in to comment.