Skip to content

Commit bb0191e

Browse files
committed
add install-nix-action
1 parent 2b8f611 commit bb0191e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19+
- uses: cachix/install-nix-action@v31
20+
with:
21+
github_access_token: ${{ secrets.GH_GORELEASER_TOKEN }}
1922
- name: Set up QEMU
2023
uses: docker/setup-qemu-action@v1
2124
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)