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 f86e26e commit cff3fb1Copy full SHA for cff3fb1
1 file changed
.github/workflows/qa.yml
@@ -14,6 +14,10 @@ jobs:
14
steps:
15
- uses: actions/checkout@v6
16
- uses: cachix/install-nix-action@v31
17
+ - uses: cachix/cachix-action@v17
18
+ with:
19
+ name: openstack-nix
20
+ authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
21
- name: Build
22
run: |
23
set -euxo pipefail
0 commit comments