Skip to content

Commit

Permalink
JWT
Browse files Browse the repository at this point in the history
  • Loading branch information
Miensoap committed May 21, 2024
1 parent a31e377 commit 0f32966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
cd ${{ github.workspace }}/be/issue_tracker/src/main/resources
echo "${{ secrets.DB_CONFIG }}" | base64 --decode > ./db-config.yml
echo "${{ secrets.JWT_CONFIG }}" | base64 --decode > ./jwt.yml
shell: bash

- name: Build with Gradle
Expand Down

0 comments on commit 0f32966

Please sign in to comment.