Changed to GitHUb token

This commit is contained in:
Aune 2022-12-12 08:49:16 +01:00 committed by GitHub
parent 6ca4320d2a
commit c359c0d1c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: