Skip to content

Commit

Permalink
runner: export pre-job env var
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Oct 14, 2024
1 parent 94aecf2 commit aab1e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/github-runner.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let
#!/usr/bin/env bash
nixconf=$(mktemp "nix.conf.XXXXXX")
echo "access-tokens = $GITHUB_TOKEN" >> $nixconf
export NIX_USER_CONF_FILES=$nixconf
echo "NIX_USER_CONF_FILES=$nixconf" >> $GITHUB_ENV
'';
in
{
Expand Down

0 comments on commit aab1e5c

Please sign in to comment.