Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed the workflow failure #140

Merged
merged 1 commit into from
May 25, 2024
Merged

fixed the workflow failure #140

merged 1 commit into from
May 25, 2024

Conversation

Asymtode712
Copy link
Contributor

@PatilHarshh please review and merge this PR

Copy link

vercel bot commented May 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kaam-do ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 25, 2024 6:33am

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Asymtode712
Copy link
Contributor Author

@PatilHarshh don't add any labels just directlty merge this and lets test it

@PatilHarshh PatilHarshh merged commit d0cd71e into PatilHarshh:main May 25, 2024
3 checks passed
@PatilHarshh
Copy link
Owner

Not Working !! @Asymtode712

@Asymtode712
Copy link
Contributor Author

Asymtode712 commented May 25, 2024

@PatilHarshh Ok so integration error is happening which means the GITHUB_TOKEN doesn't have proper permissions, to resolve this please follow the following steps:

Step 1: Create a Personal Access Token (PAT) with repo Permission

1. Navigate to Settings:

  • Click on your profile picture in the upper-right corner of the page.
  • Select "Settings" from the dropdown menu.

2. Go to Developer Settings:

  • In the left sidebar, scroll down and click on "Developer settings."

3. Create a New Token:

  • Click on "Personal access tokens -> Token (classic)" in the left sidebar.
  • Click on the "Generate new token" button.

4. Configure the Token:

  • Token Description: Enter a descriptive name for the token (e.g., Repo Access Token).
  • Expiration: Set no expiration.
  • Select Scopes: Check the box next to repo to grant full control of private repositories.

5. Generate Token:

  • Scroll down and click on the "Generate token" button.
  • Important: Copy the token to a secure location. You will not be able to see it again once you navigate away from the page.

Step 2: Assign the Token to GITHUB_TOKEN Environment Variable

1. Navigate to Your Repository:

  • Go to your repository on GitHub.
  • Click on the "Settings" tab.

2. Go to Secrets:

  • In the left sidebar, click on "Secrets and variables" and then "Actions".

3. Create a New Secret:

  • Click on the "New repository secret" button.
  • Name: Enter GITHUB_TOKEN.
  • Value: Paste your generated token.
  • Click on the "Add secret" button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants