Skip to content

Commit

Permalink
Added
Browse files Browse the repository at this point in the history
  • Loading branch information
silversonicaxel committed Oct 2, 2024
1 parent 0aa469e commit d2798f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ jobs:
name: Get variables
runs-on: ubuntu-latest
steps:
- name: Print name
- name: Print secret
run: echo "Hello the NEXT_MONGO_DB_URL is ${{secrets.NEXT_MONGO_DB_URL}}"
- name: Print variable
run: echo "Hello the NEXT_PUBLIC_NODE_ENV is ${{vars.NEXT_PUBLIC_NODE_ENV}}"

0 comments on commit d2798f1

Please sign in to comment.