From 10cc88c4c1c4a33e212f5f5524b3fbab231b17ab Mon Sep 17 00:00:00 2001 From: Marc Durepos Date: Tue, 19 Mar 2024 15:29:54 -0400 Subject: [PATCH] update to workflow --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50ee56a..9bd7f0b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,9 @@ 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