Nightly Cron #52
cron.yml
on: schedule
Publish latest website
/
build-website
9s
deploy-test-pypi
2m 19s
Matrix: Tests with latest BoTorch & full dependencies / tests-and-coverage
Matrix: Tests with latest BoTorch & minimal dependencies / tests-and-coverage
Publish latest website
/
deploy-website
0s
Annotations
6 errors
|
Publish latest website / build-website
A branch or tag with the name 'docusaurus-versions' could not be found
|
|
Tests with latest BoTorch & minimal dependencies / tests-and-coverage (3.10)
Process completed with exit code 1.
|
|
Tests with latest BoTorch & minimal dependencies / tests-and-coverage (3.12)
Process completed with exit code 1.
|
|
Tests with latest BoTorch & full dependencies / tests-and-coverage (3.12)
Process completed with exit code 1.
|
|
Tests with latest BoTorch & full dependencies / tests-and-coverage (3.10)
Process completed with exit code 1.
|
|
deploy-test-pypi
Trusted publishing exchange failure:
OpenID Connect token retrieval failed: GitHub: missing or insufficient OIDC token permissions, the ACTIONS_ID_TOKEN_REQUEST_TOKEN environment variable was unset
This generally indicates a workflow configuration error, such as insufficient
permissions. Make sure that your workflow has `id-token: write` configured
at the job level, e.g.:
```yaml
permissions:
id-token: write
```
Learn more at https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings.
|