From 77aa5403caebf03283336c3485e942d06ccd5de5 Mon Sep 17 00:00:00 2001 From: "Matthew D. Groves" Date: Wed, 15 Nov 2023 14:44:50 -0500 Subject: [PATCH] I swear that I checked this multiple times, but apparently I missed an 's' --- .github/workflows/ci-container.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-container.yml b/.github/workflows/ci-container.yml index d33359008c..9e947f608a 100644 --- a/.github/workflows/ci-container.yml +++ b/.github/workflows/ci-container.yml @@ -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: