diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8a4a6ee..859f459 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} - password: ${{ secrets.CR_PAT }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Extract metadata for Docker id: meta