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 161f2f3 commit 30a12df
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
Couchbase__ScanConsistency: ${{ secrets.COUCHBASE__SCANCONSISTENCY }}
JwtSecret__Issuer: ${{ secrets.JWTSECRET__ISSUER }}
JwtSecret__Audience: ${{ secrets.JWTSECRET__AUDIENCE }}
JwtSecret__SecurityKey: ${{ secrets.JWTSECRET__SECURITYKEY }}
JwtSecret__SecurityKey: "${{ secrets.JWTSECRET__SECURITYKEY }}"

services:
couchbase:
Expand Down Expand Up @@ -52,11 +52,6 @@ jobs:
- 18096:18096

steps:
- name: Check JWT Secret Length
run: |
JWT_SECRET="${{ secrets.JWTSECRET__SECURITYKEY }}"
echo "Secret length: ${#JWT_SECRET}"
- name: Check out code
uses: actions/checkout@v2

Expand Down

0 comments on commit 30a12df

Please sign in to comment.