Skip to content

Commit 2d5d604

Browse files
committed
feat/#23: delete jwt env in cd.yml
1 parent 23440bd commit 2d5d604

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ jobs:
88
cd:
99
runs-on: ubuntu-latest
1010

11-
env:
12-
JWT_SECRET: ${{ secrets.JWT_SECRET }}
13-
JWT_ACCESS_EXPIRATION: ${{ secrets.JWT_ACCESS_EXPIRATION }}
14-
JWT_REFRESH_EXPIRATION: ${{ secrets.JWT_REFRESH_EXPIRATION }}
15-
JWT_HEADER: ${{ secrets.JWT_HEADER }}
16-
1711
steps:
1812
- uses: actions/checkout@v4
1913

0 commit comments

Comments
 (0)