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 29437ca commit fd6e80eCopy full SHA for fd6e80e
.github/workflows/ci.yml
@@ -13,4 +13,6 @@ on:
13
jobs:
14
ci:
15
uses: metacraft-labs/nixos-modules/.github/workflows/ci.yml@main
16
- secrets: inherit
+ secrets:
17
+ CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
18
+ CACHIX_ACTIVATE_TOKEN: ${{ secrets.CACHIX_ACTIVATE_TOKEN }}
0 commit comments