Skip to content

bug: CI failing due to missing SPARK_CI_REPO_TOKEN secret #868

Description

@ifeoluwaaj

Bug Report

Description

The test-and-audit workflow is failing on multiple PRs due to a missing SPARK_CI_REPO_TOKEN secret. This appears to be a configuration issue with the GitHub repository secrets.

Affected PRs

Steps to Reproduce

  1. Create any PR
  2. Wait for CI to run
  3. The test-and-audit workflow fails with a missing token error

Expected Behavior

CI should pass when the required secrets are properly configured.

Actual Behavior

CI fails because SPARK_CI_REPO_TOKEN is not available in the repository secrets.

Environment

  • Workflow: test-and-audit
  • Status: Failing
  • Error: Missing SPARK_CI_REPO_TOKEN

Additional Context

This is a repository configuration issue that affects all PRs. The token needs to be added to the repository secrets for CI to work properly.

Request

Could you please configure the SPARK_CI_REPO_TOKEN in the repository secrets? This will allow CI to run successfully on all PRs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions