diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index b473b9b8..d519a137 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -22,8 +22,8 @@ jobs: pip3 install -r requirements.txt - name: Login to Docker Hub - uses: docker/login-action@v1 - with: + uses: docker/login-action@v1 + with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_TOKEN }}