We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c0324 commit cc57d6eCopy full SHA for cc57d6e
1 file changed
.github/workflows/node.js.yml
@@ -2,7 +2,10 @@
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3
4
name: Node.js CI
5
-
+env:
6
+ ## Environment variable
7
+ DATABASE_URL: ${{secrets.DATABASE_URL}}
8
+
9
on:
10
push:
11
branches: [ main ]
0 commit comments