From 826d2db28383077b3341fe9770ab9d631a133a84 Mon Sep 17 00:00:00 2001 From: pasta Date: Thu, 31 Oct 2024 19:22:20 -0500 Subject: [PATCH] Revert "use github.actor" This reverts commit d3820fe089688511e5ab6973b151fa7f6fc1fb8e. --- .github/workflows/prebuild-devcontainers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prebuild-devcontainers.yml b/.github/workflows/prebuild-devcontainers.yml index 2f4a523c5b4..bc75865ab65 100644 --- a/.github/workflows/prebuild-devcontainers.yml +++ b/.github/workflows/prebuild-devcontainers.yml @@ -44,7 +44,7 @@ jobs: uses: docker/login-action@v2 with: registry: ghcr.io - username: ${{ github.actor }} + username: dashpay password: ${{ secrets.GHCR_TOKEN }} - name: Build and push Platform devcontainer