replace CR_PAT with GITHUB_TOKEN

This commit is contained in:
Andrei Canta 2023-03-21 21:18:14 +02:00
parent 2d7bdbc81e
commit d839f0c355

View file

@ -20,9 +20,9 @@ jobs:
- name: Login to Github Container Registry
uses: docker/login-action@v2
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with: