Skip to content

bug: CI job failing due to auth error #2223

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

Closed
danisharora099 opened this issue Jan 27, 2025 · 0 comments · Fixed by #2222
Closed

bug: CI job failing due to auth error #2223

danisharora099 opened this issue Jan 27, 2025 · 0 comments · Fixed by #2222
Assignees

Comments

@danisharora099
Copy link
Collaborator

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

  1. Trigger the CI pipeline for deployment to the gh-pages branch.
  2. 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/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant