Skip to content

Commit 30304f0

Browse files
committed
ci: Replace --ignore-missing-env-vars with --allow-unavailable-runtime-config
1 parent 47c9daa commit 30304f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
run: |
6363
nix develop --command obelisk server verify \
6464
--deployment deployment.toml \
65-
--ignore-missing-env-vars \
65+
--allow-unavailable-runtime-config \
6666
--skip-db

0 commit comments

Comments
 (0)