Skip to content

Commit 8f99942

Browse files
committed
fix: remove github token
1 parent 3f8fe97 commit 8f99942

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@ RUN curl --retry 10 -fsSLo /tmp/helm.tgz https://get.helm.sh/helm-v${HELM_VERSIO
104104
ARG PULUMI_VERSION
105105

106106
# Install the Pulumi SDK, including the CLI and language runtimes.
107-
RUN --mount=type=secret,id=github_token \
108-
export GITHUB_TOKEN=$(cat /run/secrets/github_token) && \
109-
curl --retry 10 -fsSL https://get.pulumi.com/ | bash -s -- --version $PULUMI_VERSION && \
107+
RUN curl --retry 10 -fsSL https://get.pulumi.com/ | bash -s -- --version $PULUMI_VERSION && \
110108
mv ~/.pulumi/bin/* /usr/bin
111109

112110
# Install Pulumi plugins

0 commit comments

Comments
 (0)