diff --git a/.github/workflows/ci-cd-production.yml b/.github/workflows/ci-cd-production.yml index 91d5fe493d37..d8e7c3126d67 100644 --- a/.github/workflows/ci-cd-production.yml +++ b/.github/workflows/ci-cd-production.yml @@ -22,8 +22,8 @@ jobs: uses: docker/login-action@v1 with: registry: ghcr.io - username: Jannis - password: ${{ secrets.GH_ACCESS_TOKEN_JANNIS }} + username: nenadjaja + password: ${{ secrets.GH_ACCESS_TOKEN }} - name: Build and push Docker image uses: docker/build-push-action@v2 diff --git a/.github/workflows/ci-cd-pull-request.yml b/.github/workflows/ci-cd-pull-request.yml index dd80ceeb5397..142cd5c753ae 100644 --- a/.github/workflows/ci-cd-pull-request.yml +++ b/.github/workflows/ci-cd-pull-request.yml @@ -19,8 +19,8 @@ jobs: uses: docker/login-action@v1 with: registry: ghcr.io - username: Jannis - password: ${{ secrets.GH_ACCESS_TOKEN_JANNIS }} + username: nenadjaja + password: ${{ secrets.GH_ACCESS_TOKEN }} - name: Build and push Docker image uses: docker/build-push-action@v2 diff --git a/.github/workflows/ci-cd-staging.yml b/.github/workflows/ci-cd-staging.yml index 8d53119fc721..7eed47607dff 100644 --- a/.github/workflows/ci-cd-staging.yml +++ b/.github/workflows/ci-cd-staging.yml @@ -22,8 +22,8 @@ jobs: uses: docker/login-action@v1 with: registry: ghcr.io - username: Jannis - password: ${{ secrets.GH_ACCESS_TOKEN_JANNIS }} + username: nenadjaja + password: ${{ secrets.GH_ACCESS_TOKEN }} - name: Build and push Docker image uses: docker/build-push-action@v2