---
title: "How can I fix GitHub issues in Pipelines?"
date: "2025-05-08T09:19:06+00:00"
summary: "Troubleshoot GitHub issues in Pipelines: Check permissions, verify access tokens, and restart builds for seamless integration."
image:
type: "article"
url: "/acquia-cloud-platform/help/69011-how-can-i-fix-github-issues-pipelines"
id: "fbcdbd30-4bf5-409f-800c-d05edab2c01a"
---

If you encounter an error running `pipelines init-github`, ensure that you can view the GitHub Webhooks page for the repository by using the following procedure:

1.  Sign in to GitHub.
2.  Go to your repository, and then click **Settings**.
3.  In the menu on the left side, click **Webhooks**.

If you cannot view the Webhooks page, you may not have the necessary [permissions](/acquia-cloud-platform/features/pipelines/cli/github) in GitHub. Contact your organization’s GitHub administrator for access.

Another possible cause is you may have used an incorrect GitHub personal access token. In GitHub, you can revoke your old personal access token, [create a new one](/acquia-cloud-platform/features/pipelines/cli/github/reqs#token), and then try again to run `pipelines init-github`.

Note

After you fix any detected issues with any pipeline jobs, run the `start` command again to restart the build.