Skip to content

Commit

Permalink
Add environment variable access in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdeyyy committed Apr 4, 2024
1 parent 2c62dc0 commit 18d8dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:

- name: Run Tests
run: bun test
- name: Access environment variable
run: echo $PAYSTACK_SECRET
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

0 comments on commit 18d8dc5

Please sign in to comment.