test: gh token
This commit is contained in:
parent
158549762a
commit
2e9c7e3516
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user