Switched token

This commit is contained in:
aunefyren 2022-12-17 14:36:26 +01:00
parent 6bb9e4d088
commit ce03bf22c7

View file

@ -41,7 +41,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GIT_HUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v3
with: