Skip to content

Commit

Permalink
remove NIX_STORE
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed Oct 9, 2023
1 parent 250dc4d commit f3312a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- run: |
nix develop \
--ignore-environment \
--keep NIX_STORE \
--keep AWS_ACCESS_KEY_ID \
--keep AWS_SECRET_ACCESS_KEY \
--keep S3_ENDPOINT \
Expand All @@ -39,6 +38,5 @@ jobs:
AWS_ACCESS_KEY_ID: "${{secrets.AWS_ACCESS_KEY_ID}}"
AWS_SECRET_ACCESS_KEY: "${{secrets.AWS_SECRET_ACCESS_KEY}}"
S3_ENDPOINT: "${{secrets.S3_ENDPOINT}}"
NIX_STORE: "${{secrets.NIX_STORE}}"
- run: nix develop --ignore-environment --command just check
- run: git add packages.json

0 comments on commit f3312a5

Please sign in to comment.