From 744863873e840859b697a2f39a398a3f534d7a47 Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Fri, 22 Mar 2024 10:31:31 +0100 Subject: [PATCH] test secrets --- .github/workflows/build.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8660c11..cd01ddb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,15 +25,14 @@ jobs: with: build_file: Dockerfile registry: git.coopgo.io - username: "${{secrets.GIT_USERNAME}}" - password: "${{secrets.GIT_PWD}}" + password: 6744954b4a3a43422e62e8d110f90de527ce094d image: coopgo-platform/mobility-accounts tag: test cache: true cache_registry: git.coopgo.io/coopgo-platform/mobility-accounts/cache - extra-args: | - ACCESS_TOKEN_USR="${{secrets.GIT_USERNAME}}" - ACCESS_TOKEN_PWD="${{secrets.GIT_PWD}}" + # extra-args: | + # ACCESS_TOKEN_USR="${{secrets.GIT_USERNAME}}" + # ACCESS_TOKEN_PWD="${{secrets.GIT_PWD}}"