We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a25455 commit 7f80702Copy full SHA for 7f80702
.github/workflows/ami-release-nix.yml
@@ -46,11 +46,6 @@ jobs:
46
steps:
47
- name: Checkout Repo
48
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 }}
54
55
- name: aws-creds
56
uses: aws-actions/configure-aws-credentials@v4
@@ -62,6 +57,11 @@ jobs:
62
57
63
58
- name: Install nix
64
59
uses: ./.github/actions/nix-install-ephemeral
60
+ with:
61
+ push-to-cache: 'true'
+ env:
+ DEV_AWS_ROLE: ${{ secrets.DEV_AWS_ROLE }}
+ NIX_SIGN_SECRET_KEY: ${{ secrets.NIX_SIGN_SECRET_KEY }}
65
66
- name: Run checks if triggered manually
67
if: ${{ github.event_name == 'workflow_dispatch' }}
0 commit comments