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