diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec61a02..fe4c23d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build on: push: branches: - - master + - main tags: - "*" jobs: @@ -40,7 +40,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.CR_PAT }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build Latest if: github.ref == 'refs/heads/master'