From b4259ac233f2b49e42e38de7b752ae873b9b0085 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Wed, 11 Sep 2024 22:25:17 -0600 Subject: [PATCH] Use github secrets --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58bfc05..3eb7ab1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,8 +14,8 @@ jobs: uses: docker/login-action@v2 with: registry: ghcr.io - username: matteodelabre - password: ${{ secrets.CR_PAT }} + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build and publish images run: | version="$(echo "${{ github.ref }}" | cut -d / -f 3)"