Skip to content

Commit

Permalink
Maybe make things work on gitea?
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbaggett committed Jul 31, 2024
1 parent 491e582 commit 4764b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 4764b30

Please sign in to comment.