mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
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:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user