Skip to content

Commit 289eb12

Browse files
committed
CI: COINBASE_RECEIVE should be a pubkey
1 parent e1ae9cd commit 289eb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
echo "Testing that generated key can be used by run-block-producer target..."
7272
# Run with --help to avoid actually starting the producer but verify
7373
# key validation passes
74-
timeout 30s make run-block-producer-devnet COINBASE_RECEIVER="test" || {
74+
timeout 30s make run-block-producer NETWORK=devnet COINBASE_RECEIVER=$(cat ./openmina-workdir/producer-key.pub) || {
7575
EXIT_CODE=$?
7676
if [ $EXIT_CODE -eq 124 ]; then
7777
echo "✅ Command started successfully (timed out as expected)"

0 commit comments

Comments
 (0)