49: Use a Personal Access Token to access private modules. #4

Merged
roysc merged 6 commits from telackey/49b into wip 2023-07-07 04:36:32 +00:00
Showing only changes of commit 539f2a5586 - Show all commits

View File

@ -3,6 +3,7 @@ FROM golang:1.20-alpine as builder
RUN apk add --no-cache gcc musl-dev binutils-gold linux-headers git
# Configure creds for gitea
ARG GITEA_TOKEN
ENV GITEA_TOKEN=$GITEA_TOKEN