Maybe make things work on gitea?
This commit is contained in:
parent
491e582835
commit
4764b306bd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -17,6 +17,6 @@ jobs:
|
|||
- uses: ./.
|
||||
with:
|
||||
ghcr_user: matthewbaggett
|
||||
ghcr_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
ghcr_token: ${{ secrets.GITHUB_TOKEN || secrets.GHCR_TOKEN }}
|
||||
docker_hub_user: matthewbaggett
|
||||
docker_hub_token: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue