test: gh token

This commit is contained in:
Tom Andrade 2023-08-30 12:25:05 +02:00
parent 158549762a
commit 2e9c7e3516
Signed by: wolvie
GPG Key ID: 31AAB07872E82669

View File

@ -20,7 +20,7 @@ jobs:
uses: macbre/push-to-ghcr@v13 uses: macbre/push-to-ghcr@v13
with: with:
image_name: ${{ gitea.repository }} # it will be lowercased internally 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) # optionally push to the Docker Hub (docker.io)
docker_io_token: ${{ secrets.DOCKER_IO_ACCESS_TOKEN }} # see https://hub.docker.com/settings/security 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 # customize the username to be used when pushing to the Docker Hub