Skip to content

Commit cff3fb1

Browse files
committed
github: setup cachix binary cache
Signed-off-by: Stefan Kober <stefan.kober@cyberus-technology.de> On-behalf-of: SAP stefan.kober@sap.com
1 parent f86e26e commit cff3fb1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/qa.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v6
1616
- uses: cachix/install-nix-action@v31
17+
- uses: cachix/cachix-action@v17
18+
with:
19+
name: openstack-nix
20+
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
1721
- name: Build
1822
run: |
1923
set -euxo pipefail

0 commit comments

Comments
 (0)