Skip to content

Commit 9834401

Browse files
authored
Update node.js.yml
1 parent b2ca709 commit 9834401

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ jobs:
1010
run-bot:
1111
runs-on: ubuntu-latest
1212

13+
env:
14+
BOT_HOST: ${{ secrets.BOT_HOST }}
15+
BOT_PORT: ${{ secrets.BOT_PORT }}
16+
BOT_USERNAME: ${{ secrets.BOT_USERNAME }}
17+
BOT_AUTH: ${{ secrets.BOT_AUTH }}
18+
BOT_PASSWORD: ${{ secrets.BOT_PASSWORD }}
19+
1320
strategy:
1421
matrix:
1522
node-version: [22.x]

0 commit comments

Comments
 (0)