Skip to content

Commit 5db45b4

Browse files
committed
chore: allow for write
1 parent fbfe797 commit 5db45b4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/en-api-docs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818
timeout-minutes: 10
1919

20+
permissions:
21+
contents: write
22+
2023
strategy:
2124
matrix:
2225
node-version: [24.x]
@@ -50,6 +53,12 @@ jobs:
5053
working-directory: .github/scripts
5154
run: npm run add-code-samples -- "../../openapi" "openapi.*\\.json"
5255

56+
- name: Add readme.md to openapi directory
57+
working-directory: .github/scripts
58+
run: echo "# OpenAPI Specification" > ../../openapi/readme.md
59+
60+
61+
5362
- name: Push openapi directory to en-api-docs branch
5463
5564
env:

0 commit comments

Comments
 (0)