Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvapiav committed Mar 21, 2024
1 parent 7686489 commit 657c679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-n-upload-action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN /install_nix.sh
# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh

RUN --mount=type=secret,id=GITHUB_TOKEN \
cat /run/secrets/GITHUB_TOKEN
#RUN --mount=type=secret,id=GITHUB_TOKEN \
# cat /run/secrets/GITHUB_TOKEN

#RUN --mount=type=secret,id=cachix_token2 \
# cat /run/secrets/cachix_token2
Expand Down

0 comments on commit 657c679

Please sign in to comment.