Skip to content

Commit 8f29167

Browse files
committed
CI secret management
Signed-off-by: Sasha Bogicevic <[email protected]>
1 parent 184fcff commit 8f29167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-nix.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: ❓ Test
4848
if: ${{ matrix.package != 'hydra-tui' }}
4949
run: |
50+
echo "${{secrets.blockfrost_token}}" > blockfrost-project.txt
5051
cd ${{ matrix.package }}
5152
nix build .#${{ matrix.package }}-tests
5253
nix develop .#${{ matrix.package }}-tests --command tests

0 commit comments

Comments
 (0)