From 96c2d619456bc7030cd24014c6a521400da46530 Mon Sep 17 00:00:00 2001 From: Sameer Dhoot Date: Thu, 20 Jul 2023 17:50:41 -0400 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4bbba77..e0b8b86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.REPO_WOLWEB_CI }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push Alpine Dockerfile id: docker_build