summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-syncthing.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-syncthing.yaml')
-rw-r--r--.github/workflows/build-syncthing.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml
index 837bfe77ef..45fed7db8f 100644
--- a/.github/workflows/build-syncthing.yaml
+++ b/.github/workflows/build-syncthing.yaml
@@ -16,6 +16,10 @@ env:
# Avoid hilarious amounts of obscuring log output when running tests.
LOGGER_DISCARD: "1"
+ # Our build metadata
+ BUILD_USER: builder
+ BUILD_HOST: github.syncthing.net
+
# A note on actions and third party code... The actions under actions/ (like
# `uses: actions/checkout`) are maintained by GitHub, and we need to trust
# GitHub to maintain their code and infrastructure or we're in deep shit in