Skip to content

Commit aca2826

Browse files
committed
readd token
1 parent 2113872 commit aca2826

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cpp-ci-serial-programs-base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
if: startsWith(inputs.os, 'windows') && inputs.run-tests
118118
run: |
119119
cd Arduino-Source/SerialPrograms/bin
120+
$env:DISCORD_BOT_TOKEN = "Value"
120121
$process = Start-Process -FilePath "./RelWithDebInfo/SerialPrograms.exe" `
121122
-ArgumentList "--command-line-test-mode --command-line-test-folder ../../../CommandLineTests" `
122123
-NoNewWindow -Wait -PassThru

0 commit comments

Comments
 (0)