From 11f508d9beb622c0e4085e5f464621a5514279b3 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Mon, 16 Oct 2023 11:07:37 +0200 Subject: build: Post build logs to Syncthing Loki --- .github/workflows/build-syncthing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml index f9364e346..56556dded 100644 --- a/.github/workflows/build-syncthing.yaml +++ b/.github/workflows/build-syncthing.yaml @@ -82,8 +82,8 @@ jobs: go run build.go test | go-test-json-to-loki env: GOFLAGS: "-json" - LOKI_URL: ${{ secrets.LOKI_URL }} - LOKI_USER: ${{ secrets.LOKI_USER }} + LOKI_URL: ${{ vars.LOKI_URL }} + LOKI_USER: ${{ vars.LOKI_USER }} LOKI_PASSWORD: ${{ secrets.LOKI_PASSWORD }} LOKI_LABELS: "go=${{ matrix.go }},runner=${{ matrix.runner }},repo=${{ github.repository }},ref=${{ github.ref }}" -- cgit v1.2.3-54-g00ecf