Skip to content

Commit fd6e80e

Browse files
MartinNikovPetarKirov
authored andcommitted
config(gh-actions): Add secrets to ci-cd
1 parent 29437ca commit fd6e80e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ on:
1313
jobs:
1414
ci:
1515
uses: metacraft-labs/nixos-modules/.github/workflows/ci.yml@main
16-
secrets: inherit
16+
secrets:
17+
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
18+
CACHIX_ACTIVATE_TOKEN: ${{ secrets.CACHIX_ACTIVATE_TOKEN }}

0 commit comments

Comments
 (0)