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