fix: Use DH self-hosted runners for the Publish Draft Binary gh action (#183)

This commit is contained in:
Steve Degosserie 2025-09-23 00:05:06 +02:00 committed by GitHub
parent 34488aab25
commit 696a716ff8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1960 additions and 4 deletions

View file

@ -13,8 +13,7 @@ on:
jobs:
prepare-sources:
runs-on:
group: DH-runners
runs-on: ubuntu-latest
permissions:
contents: read
steps:
@ -108,8 +107,7 @@ jobs:
####### Publish Release Candidate Docker Image #######
docker-release-candidate:
runs-on:
group: DH-runners
runs-on: ubuntu-latest
needs: ["build-binary"]
steps:
- name: Checkout

1957
tools/package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -5,6 +5,7 @@
"dependencies": {
"octokit": "^1.0.6",
"ts-node": "^8.10.1",
"typescript": "^4.4.3",
"yargs": "^17.0.1"
},
"devDependencies": {