Skip to content

Commit

Permalink
build: fix password
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed May 17, 2022
1 parent 0ff08f1 commit 996854b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Unit tests
run: |
make test-integration -e REGISTRY_USER=ckotzbauer -e REGISTRY_TOKEN=${{ secrets.REPO_ACCESS }}
make test-integration -e REGISTRY_USER=ckotzbauer -e REGISTRY_TOKEN=${{ secrets.GHCR_PASSWORD }}
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 996854b

Please sign in to comment.