diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 6998704..b7d48f9 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -20,7 +20,7 @@ jobs: uses: macbre/push-to-ghcr@v13 with: image_name: ${{ gitea.repository }} # it will be lowercased internally - # github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GH_TOKEN }} # optionally push to the Docker Hub (docker.io) docker_io_token: ${{ secrets.DOCKER_IO_ACCESS_TOKEN }} # see https://hub.docker.com/settings/security # customize the username to be used when pushing to the Docker Hub