Skip to content

Commit

Permalink
I swear that I checked this multiple times, but apparently I missed a…
Browse files Browse the repository at this point in the history
…n 's'
  • Loading branch information
mgroves committed Nov 15, 2023
1 parent 6122580 commit 77aa540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
Couchbase__BucketName: ${{ secrets.COUCHBASE__BUCKETNAME }}
Couchbase__ScopeName: ${{ secrets.COUCHBASE__SCOPENAME }}
Couchbase__ScanConsistency: ${{ secrets.COUCHBASE__SCANCONSISTENCY }}
JwtSecret__Issuer: ${{ secrets.JWTSECRET__ISSUER }}
JwtSecret__Audience: ${{ secrets.JWTSECRET__AUDIENCE }}
JwtSecret__SecurityKey: ${{ secrets.JWTSECRET__SECURITYKEY }}
JwtSecrets__Issuer: ${{ secrets.JWTSECRET__ISSUER }}
JwtSecrets__Audience: ${{ secrets.JWTSECRET__AUDIENCE }}
JwtSecrets__SecurityKey: ${{ secrets.JWTSECRET__SECURITYKEY }}

services:
couchbase:
Expand Down

0 comments on commit 77aa540

Please sign in to comment.