Skip to content

Commit

Permalink
debugging possible issue with github secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
mgroves committed Nov 15, 2023
1 parent d63e8af commit f61c621
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
- 18096:18096

steps:
- name: Check JWT Secret Length
run: |
echo "Secret length: $(echo -n ${{ secrets.JWTSECRET__SECURITYKEY }} | wc -c)"
- name: Check out code
uses: actions/checkout@v2

Expand Down

0 comments on commit f61c621

Please sign in to comment.