Skip to content

Commit 4a4b6b0

Browse files
author
Tyler Titsworth
authored
Update unit-test.yaml
1 parent 2ac0577 commit 4a4b6b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: docker/login-action@v3
1515
with:
16-
registry: ${{ vars.REGISTRY }}
16+
registry: ${{ secrets.REGISTRY }}
1717
username: ${{ secrets.REGISTRY_USER }}
1818
password: ${{ secrets.REGISTRY_TOKEN }}
1919
- name: Install requirements
@@ -27,4 +27,4 @@ jobs:
2727
run: venv/bin/python -m pytest tests/utest.py -W ignore::UserWarning
2828
working-directory: ${{ github.workspace }}/test-runner
2929
env:
30-
REGISTRY: ${{ vars.REGISTRY }}
30+
REGISTRY: ${{ secrets.REGISTRY }}

0 commit comments

Comments
 (0)