We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9eacf commit a8c1cfbCopy full SHA for a8c1cfb
.github/workflows/ci_cd.yml
@@ -76,7 +76,7 @@ jobs:
76
steps:
77
- uses: ansys/actions/tests-pytest@v8
78
env:
79
- TOKEN: ${{ secrets.TEST_TOKEN }}
+ TOKEN: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
80
with:
81
pytest-extra-args: "--cov=ansys.tools.repo_sync --cov-report=term --cov-report=html:.cov/html --cov-report=xml:.cov/coverage.xml"
82
0 commit comments