diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14d01f1..5c953e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: build_file: Dockerfile registry: git.coopgo.io username: ${{gitea.actor}} - password: ${{env.ACCESS_TOKEN_PWD}} + password: ${{gitea.token}} image: coopgo-platform/mobility-accounts tag: test cache: true