We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8f611 commit bb0191eCopy full SHA for bb0191e
1 file changed
.github/workflows/release.yml
@@ -16,6 +16,9 @@ jobs:
16
uses: actions/checkout@v4
17
with:
18
fetch-depth: 0
19
+ - uses: cachix/install-nix-action@v31
20
+ with:
21
+ github_access_token: ${{ secrets.GH_GORELEASER_TOKEN }}
22
- name: Set up QEMU
23
uses: docker/setup-qemu-action@v1
24
- name: Login to GitHub Container Registry
0 commit comments