Skip to content

Commit

Permalink
Test: Update secret key processing for CI/CD testing
Browse files Browse the repository at this point in the history
  • Loading branch information
daechan-jo committed Apr 9, 2024
1 parent 3f1510b commit 2d2dbed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v1
with:
Expand All @@ -26,6 +25,8 @@ jobs:

- name: run_test_code
run: npm test
env:
JWT_SECRET: ${{ secrets.JWT_SECRET }}

- name : if_fail
uses: actions/github-script@v4
Expand Down

0 comments on commit 2d2dbed

Please sign in to comment.