diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9bd7f0b..50ee56a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,9 +13,6 @@ jobs: runs-on: ubuntu-22.04 container: image: ghcr.io/bemade/test-odoo:latest - credentials: - username: ${{ github.repository_owner }} - password: ${{ secrets.ghcr_password }} name: Test Repo Addons With Odoo strategy: fail-fast: false