Skip to content

Commit

Permalink
Re-added github token as ARG
Browse files Browse the repository at this point in the history
  • Loading branch information
chray-zhang committed Nov 19, 2024
1 parent 965da43 commit 289ad49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/test.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nixos/nix:latest

ARG SUITES=smoke soak
ENV GITHUB_TOKEN=""
ARG GITHUB_TOKEN=""
RUN
ENV NIX_USER_CONF_FILES=/repo/nix.conf
ENV PATH="/repo/cairo-build/bin:/repo/scarb-build/bin:${PATH}"
Expand Down

0 comments on commit 289ad49

Please sign in to comment.