Skip to content

Commit 70c6343

Browse files
authored
Merge pull request #42 from vespa-engine/kkraune/typhoeus-header
Authorization is a header
2 parents 4982fd1 + dbf7041 commit 70c6343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll-link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,6 @@ jobs:
189189
--no-check-external-hash \
190190
--no-enforce-https \
191191
--swap-urls "${SWAP_URLS}" \
192-
--typhoeus '{"connecttimeout": 10, "timeout": 30, "accept_encoding": "zstd,br,gzip,deflate", "authorization": "Bearer ${{ env.REQ_TOKEN }}" }' \
192+
--typhoeus '{"connecttimeout": 10, "timeout": 30, "accept_encoding": "zstd,br,gzip,deflate", "headers": {"Authorization": "Bearer ${{ env.REQ_TOKEN }}" } }' \
193193
${{ inputs.additional-args }} \
194194
_site

0 commit comments

Comments
 (0)