Skip to content

Commit

Permalink
Load vars, secrets develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhhTien authored Jan 23, 2024
1 parent f1a65fc commit d532d1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Echo env
run: echo "Env ${{ env.NODE_ENV }}"
- name: Echo env secrets
run: echo "Env ${{ env.TEST }}, ${{ vars.TEST }}, ${{ secrets.TEST }}"
- name: Echo env vars
run: echo "Env ${{ env.JWT_ACCESS_EXPIRATION }}, ${{ vars.JWT_ACCESS_EXPIRATION }}, ${{ secrets.JWT_ACCESS_EXPIRATION }}"
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit d532d1a

Please sign in to comment.