Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilamparithi-I authored Nov 21, 2023
1 parent b34a70f commit 258fa73
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ jobs:
build:

runs-on: ubuntu-latest

steps:
- name: My first action
env:
env:
GOOGLE_OAUTH_TOKEN: ${{ secrets.GOOGLE_OAUTH_TOKEN }}
OPEN_CAGE_API_TOKEN: ${{ secrets.GOOGLE_OAUTH_TOKEN }}
DB_PORT: ${{ secrets.DB_PORT }}

steps:
- uses: actions/checkout@v3
- name: Navigate to Backend Directory
run: cd back_end
Expand Down

0 comments on commit 258fa73

Please sign in to comment.