Skip to content

Commit

Permalink
Actually add aws credentials to github env (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanhonof authored Jun 9, 2023
1 parent b5d2e8c commit 7a30ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure-substituter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ echo "${INPUT_SUBSTITUTER_KEY}" >/tmp/secret-key
echo "Populating the environment with the substituter's URL and options, and AWS's credentials"
{
echo "FLOX_SUBSTITUTER=${INPUT_SUBSTITUTER}${INPUT_SUBSTITUTER_OPTIONS}"
echo "${INPUT_AWS_ACCESS_KEY_ID}"
echo "${INPUT_AWS_SECRET_ACCESS_KEY}"
echo "AWS_ACCESS_KEY_ID=${INPUT_AWS_ACCESS_KEY_ID}"
echo "AWS_SECRET_ACCESS_KEY=${INPUT_AWS_SECRET_ACCESS_KEY}"
} >>"${GITHUB_ENV}"

echo "Making the Nix daemon aware of the substituter"
Expand Down

0 comments on commit 7a30ef9

Please sign in to comment.