Skip to content

Commit

Permalink
still debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mgroves committed Nov 15, 2023
1 parent f61c621 commit 161f2f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
steps:
- name: Check JWT Secret Length
run: |
echo "Secret length: $(echo -n ${{ secrets.JWTSECRET__SECURITYKEY }} | wc -c)"
JWT_SECRET="${{ secrets.JWTSECRET__SECURITYKEY }}"
echo "Secret length: ${#JWT_SECRET}"
- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit 161f2f3

Please sign in to comment.