From 8425ba89e32fe1acfd622083b0b0a9f29fb0610e Mon Sep 17 00:00:00 2001 From: Rahul Rajak <67949307+Rahulrajak1710@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:35:57 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 181c29e..f3083b1 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,11 @@ `cd your-repository` # Install Dependencies: `npm install` -# Configure Secrets: + +# Configure Secrets:
- Go to your GitHub repository settings. Under "Secrets and variables," add any necessary secrets (e.g., AWS credentials). -# Prepare GitHub Actions Workflow: + +# Prepare GitHub Actions Workflow:
Ensure .github/workflows/your-workflow.yml is configured correctly for your build and deployment processes.