Skip to content

Commit 7f80702

Browse files
committed
fix: nix step parameters
1 parent 6a25455 commit 7f80702

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ami-release-nix.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ jobs:
4646
steps:
4747
- name: Checkout Repo
4848
uses: supabase/postgres/.github/actions/shared-checkout@HEAD
49-
with:
50-
push-to-cache: 'true'
51-
env:
52-
DEV_AWS_ROLE: ${{ secrets.DEV_AWS_ROLE }}
53-
NIX_SIGN_SECRET_KEY: ${{ secrets.NIX_SIGN_SECRET_KEY }}
5449

5550
- name: aws-creds
5651
uses: aws-actions/configure-aws-credentials@v4
@@ -62,6 +57,11 @@ jobs:
6257

6358
- name: Install nix
6459
uses: ./.github/actions/nix-install-ephemeral
60+
with:
61+
push-to-cache: 'true'
62+
env:
63+
DEV_AWS_ROLE: ${{ secrets.DEV_AWS_ROLE }}
64+
NIX_SIGN_SECRET_KEY: ${{ secrets.NIX_SIGN_SECRET_KEY }}
6565

6666
- name: Run checks if triggered manually
6767
if: ${{ github.event_name == 'workflow_dispatch' }}

0 commit comments

Comments
 (0)