Skip to content

Commit 8515bc9

Browse files
Update DEPLOYMENT.md
1 parent fa174dc commit 8515bc9

1 file changed

Lines changed: 2 additions & 27 deletions

File tree

DEPLOYMENT.md

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,7 @@ This guide will walk you through deploying your GitHub Manager application to Gi
1212
4. Under **Source**, select **GitHub Actions**
1313
5. Save the settings
1414

15-
### Step 2: Set Up GitHub Token (Optional but Recommended)
16-
17-
For the best experience and to avoid rate limits, set up a personal access token:
18-
19-
#### Create Personal Access Token:
20-
21-
1. Go to [GitHub Settings > Developer settings > Personal access tokens](https://github.com/settings/tokens)
22-
2. Click **"Generate new token (classic)"**
23-
3. Name it something like "GitHub Manager Deployment"
24-
4. Select these scopes:
25-
-`public_repo` - Access public repositories
26-
-`read:user` - Read user profile information
27-
-`read:org` - Read organization membership (optional)
28-
5. Click **"Generate token"**
29-
6. **Copy the token immediately** (you won't see it again!)
30-
31-
#### Add Token to Repository Secrets:
32-
33-
1. Go to your repository **Settings**
34-
2. Click **Secrets and variables** > **Actions**
35-
3. Click **"New repository secret"**
36-
4. Name: `VITE_GITHUB_TOKEN`
37-
5. Value: Paste your personal access token
38-
6. Click **"Add secret"**
39-
40-
### Step 3: Deploy
15+
### Step 2: Deploy
4116

4217
1. Make sure your code is pushed to the `main` branch:
4318

@@ -211,4 +186,4 @@ After deployment, test these features:
211186

212187
---
213188

214-
Need help? [Open an issue](https://github.com/your-username/github-manager/issues) or check the [main README](README.md) for more information.
189+
Need help? [Open an issue](https://github.com/rohit-bharmal/github-manager/issues) or check the [main README](README.md) for more information.

0 commit comments

Comments
 (0)