Skip to content

Commit c666a45

Browse files
cole-rgbclaude
andcommitted
fix(ci): remove duplicate wit- prefix from archivista auth header
secret already contains wit- prefix, don't add it again. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 89bbf93 commit c666a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-staging-cilock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
--timestamp-servers "$STAGING_URL/api/v1/timestamp" \
6060
--enable-archivista \
6161
--archivista-server "$STAGING_URL/archivista" \
62-
--archivista-headers "Authorization: wit-${{ secrets.TESTIFYSEC_STAGING_API_KEY }}" \
62+
--archivista-headers "Authorization: ${{ secrets.TESTIFYSEC_STAGING_API_KEY }}" \
6363
-- echo "testing cilock CLI against staging"

0 commit comments

Comments
 (0)