Skip to content

Commit 92ea3f9

Browse files
committed
schema-fix
1 parent a33b02f commit 92ea3f9

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/fix-specs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
fix-specs:
12+
name: Fix Specs
1213
runs-on: self-hosted
1314

1415
permissions:
@@ -18,6 +19,8 @@ jobs:
1819
steps:
1920
- name: Checkout repository
2021
uses: actions/checkout@v6
22+
with:
23+
persist-credentials: false # Enables self-hosted runners to create PRs.
2124

2225
- name: Setup Node.js
2326
uses: actions/setup-node@v4

.github/workflows/validate-specs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
' .specs-validation/result.json >> "$GITHUB_STEP_SUMMARY"
105105
106106
fix-specs:
107+
name: Fix Specs
107108
needs: validate-specs
108109
if: needs.validate-specs.outputs.validation-status == 'INVALID'
109110
uses: ./.github/workflows/fix-specs.yml
@@ -115,6 +116,7 @@ jobs:
115116
summary: ${{ needs.validate-specs.outputs.validation-summary-json }}
116117

117118
finally:
119+
name: Finalize Specs Validation
118120
needs: [validate-specs, fix-specs]
119121
runs-on: self-hosted
120122

0 commit comments

Comments
 (0)