Skip to content

Commit

Permalink
Fix missing abs path for pub key
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadSaeedGoda committed Mar 22, 2024
1 parent 456b5b8 commit 5a20832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Generate Public/Private Keys for JWT auth functionality
run: |
openssl genrsa -out ./src/services/auth/certs/private.pem
openssl rsa -in ./src/services/auth/certs/private.pem -pubout -out ./certs/public.pem
openssl rsa -in ./src/services/auth/certs/private.pem -pubout -out ./src/services/auth/certs/public.pem
- name: Trigger Render Deploy Hook
run: |
Expand Down

0 comments on commit 5a20832

Please sign in to comment.