Skip to content

Bump codecov/codecov-action from 4 to 5 (#275) #138

Bump codecov/codecov-action from 4 to 5 (#275)

Bump codecov/codecov-action from 4 to 5 (#275) #138

name: CI/CD - New updates to 'main'
on:
push:
branches: [main]
jobs:
update-deps-branch-and-docs:
name: External
uses: SINTEF/ci-cd/.github/workflows/[email protected]
if: github.repository_owner == 'SINTEF'
with:
# General
git_username: "TEAM 4.0[bot]"
git_email: "[email protected]"
# Update dependency branch
update_dependencies_branch: false
# Update documentation
update_docs: true
update_python_api_ref: true
update_docs_landing_page: true
package_dirs: oteapi_optimade
python_version: "3.9"
doc_extras: "[doc]"
full_docs_dirs: models
changelog_exclude_labels: "skip_changelog,duplicate,question,invalid,wontfix"
secrets:
PAT: ${{ secrets.RELEASE_PAT }}