mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 10:58:57 +00:00
build: Post build logs to Syncthing Loki
This commit is contained in:
parent
9ce6a73f42
commit
11f508d9be
4
.github/workflows/build-syncthing.yaml
vendored
4
.github/workflows/build-syncthing.yaml
vendored
@ -82,8 +82,8 @@ jobs:
|
|||||||
go run build.go test | go-test-json-to-loki
|
go run build.go test | go-test-json-to-loki
|
||||||
env:
|
env:
|
||||||
GOFLAGS: "-json"
|
GOFLAGS: "-json"
|
||||||
LOKI_URL: ${{ secrets.LOKI_URL }}
|
LOKI_URL: ${{ vars.LOKI_URL }}
|
||||||
LOKI_USER: ${{ secrets.LOKI_USER }}
|
LOKI_USER: ${{ vars.LOKI_USER }}
|
||||||
LOKI_PASSWORD: ${{ secrets.LOKI_PASSWORD }}
|
LOKI_PASSWORD: ${{ secrets.LOKI_PASSWORD }}
|
||||||
LOKI_LABELS: "go=${{ matrix.go }},runner=${{ matrix.runner }},repo=${{ github.repository }},ref=${{ github.ref }}"
|
LOKI_LABELS: "go=${{ matrix.go }},runner=${{ matrix.runner }},repo=${{ github.repository }},ref=${{ github.ref }}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user