Skip to content

Commit

Permalink
fix; update workflow with ARGs to pass sensible data securely
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandMeppa authored Feb 8, 2024
1 parent 7a35ed5 commit f741c27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ RUN apt-get update && \
# ARG GIT_URL=https://ArmandMeppa:[email protected]/adorsys/kc-oid4vci-deployment.git
# ARG GIT_BRANCH=issue-25638 # Optional branch to clone, defaults to main

ARG USERNAME
ARG PAT

# RUN mkdir -p /app
RUN git clone https://ArmandMeppa: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@github.com/adorsys/kc-oid4vci-deployment.git
RUN git clone https://$USERNAME:$PAT@github.com/adorsys/kc-oid4vci-deployment.git
RUN cd kc-oid4vci-deployment
RUN git -C /app/kc-oid4vci-deployment/ checkout issue-25638

Expand Down

0 comments on commit f741c27

Please sign in to comment.