From 3fa71d8b2ec2786654012aae5918b74f339418e1 Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Fri, 22 Mar 2024 13:47:38 +0100 Subject: [PATCH] test secrets --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d77dbed..d38aad9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,8 +25,8 @@ jobs: with: build_file: Dockerfile registry: git.coopgo.io - username: $ACCESS_TOKEN_USR - password: $ACCESS_TOKEN_PWD + username: ${{env.ACCESS_TOKEN_USR}} + password: ${{env.ACCESS_TOKEN_PWD}} image: coopgo-platform/mobility-accounts tag: test cache: true