Browse Source

build: Post build logs to Syncthing Loki

Jakob Borg 2 years ago
parent
commit
11f508d9be
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/build-syncthing.yaml

+ 2 - 2
.github/workflows/build-syncthing.yaml

@@ -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_USER: ${{ secrets.LOKI_USER }}
+          LOKI_URL: ${{ vars.LOKI_URL }}
+          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 }}"