Skip to content

Commit

Permalink
set envs from var
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshurajora committed Dec 14, 2023
1 parent e45b6ca commit ed0d747
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
env:
YOURLS_USERNAME: ${{ vars.YOURLS_USERNAME }}
YOURLS_PASSWORD: ${{vars.YOURLS_PASSWORD}}
YOURLS_SERVER_URL: ${{vars.YOURLS_SERVER_URL}}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit ed0d747

Please sign in to comment.