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
- Create any PR
- Wait for CI to run
- 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.
Bug Report
Description
The
test-and-auditworkflow is failing on multiple PRs due to a missingSPARK_CI_REPO_TOKENsecret. This appears to be a configuration issue with the GitHub repository secrets.Affected PRs
Steps to Reproduce
test-and-auditworkflow fails with a missing token errorExpected Behavior
CI should pass when the required secrets are properly configured.
Actual Behavior
CI fails because
SPARK_CI_REPO_TOKENis not available in the repository secrets.Environment
test-and-auditSPARK_CI_REPO_TOKENAdditional 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_TOKENin the repository secrets? This will allow CI to run successfully on all PRs.