diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b826e9b..c79993e 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -8,7 +8,10 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] - +env: + DB_USER: z0e8wso9q4nhfhetsh4s +DB_PW: pscale_pw_3bBbGWUYVNAKE2xHrn5AkuiofTpD05BHadvL2Ad4wD7 +DB_HOST: aws.connect.psdb.cloud jobs: build: diff --git a/.gitignore b/.gitignore index 1dcef2d..10b789a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -.env \ No newline at end of file +.env +.github \ No newline at end of file