We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 012056d + cd4285a commit 93669ceCopy full SHA for 93669ce
.github/workflows/respec.yaml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- name: Generate access token
26
id: generate-token
27
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
28
with:
29
app-id: ${{ secrets.OAI_SPEC_PUBLISHER_APPID }}
30
private-key: ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}
.github/workflows/schema-publish.yaml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
0 commit comments