From 0a55f3e50af5fe9843e6448730f073e9c8daae78 Mon Sep 17 00:00:00 2001 From: Nomads_Reach <144523850+NomadsReach@users.noreply.github.com> Date: Tue, 18 Aug 2026 14:20:44 -0400 Subject: [PATCH] ops: allow private deployment status beacon --- .github/workflows/csharp-server.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/csharp-server.yml b/.github/workflows/csharp-server.yml index 5d587dd..370c179 100644 --- a/.github/workflows/csharp-server.yml +++ b/.github/workflows/csharp-server.yml @@ -7,6 +7,7 @@ on: permissions: contents: read + issues: write jobs: build-and-test: @@ -67,4 +68,6 @@ jobs: - name: Deploy scheduler and runner fleet shell: bash + env: + GH_STATUS_TOKEN: ${{ github.token }} run: bash .github/ops/deploy-runner-fleet.sh