We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b8b546 + c54445d commit 59157e7Copy full SHA for 59157e7
2 files changed
.github/workflows/respec.yaml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- name: Generate access token
29
id: generate-token
30
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
31
with:
32
app-id: ${{ secrets.OAI_SPEC_PUBLISHER_APPID }}
33
private-key: ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}
.github/workflows/schema-publish.yaml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
0 commit comments