Disable secret names normalization feature
This commit is contained in:
@@ -13,6 +13,11 @@ COPY ["./rootfs", "/"]
|
||||
|
||||
FROM knatnetwork/github-runner-kms:latest
|
||||
|
||||
RUN set -eux \
|
||||
&& apk add --no-cache bash
|
||||
|
||||
COPY --from=rootfs ["/", "/"]
|
||||
|
||||
ENV NORMALIZE_SECRET_NAMES=0
|
||||
|
||||
ENTRYPOINT ["/init"]
|
||||
|
||||
Reference in New Issue
Block a user