diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index de6eddc89e..3677e2e043 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -296,7 +296,7 @@ jobs: uses: docker/login-action@v3 with: registry: ghcr.io - username: pyansys-ci-bot + username: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} password: ${{ secrets.PYANSYS_CI_BOT_PACKAGE_TOKEN }} if: ${{ matrix.build_type == 'full' }}