Skip to content

Commit a8c1cfb

Browse files
committed
fix: use PyAnsys CI Bot token
1 parent bd9eacf commit a8c1cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)