From 5bfd35a1492ca223a1e48c785099685b8d0f526b Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:39:43 +0200 Subject: [PATCH 1/2] fix: use PYANSYS_CI_BOT_TOKEN --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index de6eddc89e..c076a27701 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -297,7 +297,7 @@ jobs: with: registry: ghcr.io username: pyansys-ci-bot - password: ${{ secrets.PYANSYS_CI_BOT_PACKAGE_TOKEN }} + password: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} if: ${{ matrix.build_type == 'full' }} - name: Install OS packages From 388b3fb3488ce04b201d84c2f18c2587fc7e41ba Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:51:21 +0200 Subject: [PATCH 2/2] Update ci_cd.yml --- .github/workflows/ci_cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index c076a27701..3677e2e043 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -296,8 +296,8 @@ jobs: uses: docker/login-action@v3 with: registry: ghcr.io - username: pyansys-ci-bot - password: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} + username: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} + password: ${{ secrets.PYANSYS_CI_BOT_PACKAGE_TOKEN }} if: ${{ matrix.build_type == 'full' }} - name: Install OS packages