ops: allow private deployment status beacon
This commit is contained in:
@@ -7,6 +7,7 @@ on:
|
|||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
issues: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-test:
|
build-and-test:
|
||||||
@@ -67,4 +68,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy scheduler and runner fleet
|
- name: Deploy scheduler and runner fleet
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
GH_STATUS_TOKEN: ${{ github.token }}
|
||||||
run: bash .github/ops/deploy-runner-fleet.sh
|
run: bash .github/ops/deploy-runner-fleet.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user