-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
Description
The CI job for deploying to the gh-pages branch is failing due to an authentication error caused by a missing Personal Access Token (PAT). The previous PAT was deleted after being leaked, and a new one has not been created yet. This has blocked the deployment of test reports to GitHub Pages.
Expected Behavior
The CI job should successfully deploy test reports to the gh-pages branch without encountering authentication errors.
Steps to Reproduce
- Trigger the CI pipeline for deployment to the
gh-pagesbranch. - Observe the failure in the deployment step with the error:
/usr/bin/git push origin gh-pages
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/waku-org/allure-jswaku.git/'
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done