Skip to content

Commit cc57d6e

Browse files
authored
Update node.js.yml
1 parent c3c0324 commit cc57d6e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

44
name: Node.js CI
5-
5+
env:
6+
## Environment variable
7+
DATABASE_URL: ${{secrets.DATABASE_URL}}
8+
69
on:
710
push:
811
branches: [ main ]

0 commit comments

Comments
 (0)