mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 02:48:59 +00:00
build: loki vars are in secrets
This commit is contained in:
parent
00827dd5c1
commit
811d3752d0
4
.github/workflows/build-syncthing.yaml
vendored
4
.github/workflows/build-syncthing.yaml
vendored
@ -83,8 +83,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: ${{ vars.LOKI_URL }}
|
LOKI_URL: ${{ secrets.LOKI_URL }}
|
||||||
LOKI_USER: ${{ vars.LOKI_USER }}
|
LOKI_USER: ${{ secrets.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