You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-pages branch.
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/'
The text was updated successfully, but these errors were encountered:
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
gh-pages
branch.The text was updated successfully, but these errors were encountered: