Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vrde committed Nov 8, 2024
1 parent c3927fa commit bd753a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ 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.

#### 6. `TARGET_REPO`

Expand Down

0 comments on commit bd753a3

Please sign in to comment.