Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 01d6af9

Browse files
committed
set secret in smoke test
1 parent ab1a114 commit 01d6af9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo "tag=$TAG" >> "$GITHUB_OUTPUT"
9393
docker build . --tag "${{ env.IMAGE_NAME }}:${TAG}"
9494
95-
docker run --detach --rm --name tw-stash --publish 8080:8080 "${{ env.IMAGE_NAME }}:${TAG}"
95+
docker run --detach --rm --name tw-stash --env SECRET=test --publish 8080:8080 "${{ env.IMAGE_NAME }}:${TAG}"
9696
9797
sleep 1
9898

0 commit comments

Comments
 (0)