Skip to content

Commit

Permalink
env test
Browse files Browse the repository at this point in the history
  • Loading branch information
tosuke committed Dec 21, 2024
1 parent 0774f6a commit 1059513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wf-build-otelcol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
env:
MACKEREL_APIKEY: ${{ secrets.MACKEREL_APIKEY }}
run: |
echo "$MACKEREL_APIKEY"
echo "$MACKEREL_APIKEY" | wc
docker run -d \
-v ./otelcol:/etc/otelcol \
-e MACKEREL_APIKEY="$MACKEREL_APIKEY" \
Expand Down

0 comments on commit 1059513

Please sign in to comment.