fix: remove authToken to build the ts-lib and remove github access token env variable from CI workflows (#18)

Co-authored-by: Pedro Novais <1478752+jpnovais@users.noreply.github.com>
This commit is contained in:
Victorien Gauch
2024-09-12 12:38:30 +02:00
committed by GitHub
parent 0cc4d6d9e1
commit 81affa35a6
5 changed files with 15 additions and 31 deletions

View File

@@ -9,9 +9,7 @@ FROM base AS builder
WORKDIR /usr/src/app
ARG GITHUB_API_ACCESS_TOKEN
ARG NATIVE_LIBS_RELEASE_TAG
ENV GITHUB_API_ACCESS_TOKEN=${GITHUB_API_ACCESS_TOKEN}
ENV NATIVE_LIBS_RELEASE_TAG=${NATIVE_LIBS_RELEASE_TAG}
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml tsconfig.json ./