Skip to content

Commit c4df821

Browse files
[pre-commit.ci] pre-commit autoupdate (#7107)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 1473d4e commit c4df821

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: ansys/actions/tests-pytest@v8
7878
env:
79-
TOKEN: ${{ secrets.TEST_TOKEN }}
79+
TOKEN: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
8080
with:
8181
pytest-extra-args: "--cov=ansys.tools.repo_sync --cov-report=term --cov-report=html:.cov/html --cov-report=xml:.cov/coverage.xml"
8282

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: isort
1111

1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 7.1.2
13+
rev: 7.2.0
1414
hooks:
1515
- id: flake8
1616

@@ -37,7 +37,7 @@ repos:
3737

3838
# this validates our github workflow files
3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.31.3
40+
rev: 0.32.1
4141
hooks:
4242
- id: check-github-workflows
4343

0 commit comments

Comments
 (0)