Skip to content

Commit

Permalink
Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
silversonicaxel committed Oct 2, 2024
1 parent a5c17c6 commit 0aa469e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Test variables

on: push

jobs:
build:
name: Get variables
runs-on: ubuntu-latest
steps:
- name: Print name
run: echo "Hello the NEXT_MONGO_DB_URL is ${{secrets.NEXT_MONGO_DB_URL}}"

0 comments on commit 0aa469e

Please sign in to comment.