We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5261d4f commit 81854adCopy full SHA for 81854ad
.github/workflows/build.yaml
@@ -129,6 +129,7 @@ jobs:
129
docker run -d \
130
--name smoke \
131
--rm -p3000:3000 \
132
+ -e WAHA_API_KEY=test \
133
${{ vars.DOCKER_IMAGE }}:${{ matrix.tag }}
134
135
sleep 3
tests/smoke/goss.yaml
@@ -4,4 +4,6 @@ http:
4
allow-insecure: true
5
no-follow-redirects: true
6
timeout: 5000
7
+ request-headers:
8
+ - "X-Api-Key: test"
9
body: ['version']
0 commit comments