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 0582c7a commit 20bffacCopy full SHA for 20bffac
.github/workflows/nix-build.yml
@@ -35,8 +35,11 @@ jobs:
35
steps:
36
- name: Checkout Repo
37
uses: actions/checkout@v4
38
- - name: Build Nix Package
39
- uses: ./.github/actions/nix-install-self-hosted
+ - name: Install nix
+ uses: ./.github/actions/nix-install-ephemeral
40
+ env:
41
+ DEV_AWS_ROLE: ${{ secrets.DEV_AWS_ROLE }}
42
+ NIX_SIGN_SECRET_KEY: ${{ secrets.NIX_SIGN_SECRET_KEY }}
43
- name: nix build
44
shell: bash
45
run: nix build --accept-flake-config -L .#${{ matrix.attr }}
0 commit comments