diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 78bd1dd..ba9ea98 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -116,6 +116,7 @@ jobs: ignore-unchanged: true only-fixed: true only-severities: critical,high + organization: wayofdev github-token: ${{ secrets.GITHUB_TOKEN }} dockerhub-user: ${{ secrets.DOCKER_USERNAME }} dockerhub-password: ${{ secrets.DOCKER_TOKEN }}