From 541c7de366c0a787fec003eef2b9bf1d2efdbabc Mon Sep 17 00:00:00 2001 From: i13302 Date: Tue, 3 Oct 2023 22:30:53 +0900 Subject: [PATCH] change env name --- .github/workflows/push_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index eae9b1c..d939546 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -41,7 +41,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.BUILD_KEY }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push uses: docker/build-push-action@v2