aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2023-10-16 11:07:37 +0200
committerJakob Borg <jakob@kastelo.net>2023-10-16 11:07:40 +0200
commit11f508d9beb622c0e4085e5f464621a5514279b3 (patch)
tree45a1b6b7e7700ed361aff1c9313c45ad0bc2fba0
parent9ce6a73f42aef31a998b5de219bf8a2f82cfd950 (diff)
downloadsyncthing-loki.tar.gz
syncthing-loki.zip
build: Post build logs to Syncthing Lokiloki
-rw-r--r--.github/workflows/build-syncthing.yaml4
1 files 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 }}"