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 53377f7 + b12404f commit 0777c4aCopy full SHA for 0777c4a
.github/workflows/respec.yaml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- name: Generate access token
22
id: generate-token
23
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
24
with:
25
app-id: ${{ secrets.OAI_SPEC_PUBLISHER_APPID }}
26
private-key: ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}
.github/workflows/schema-publish.yaml
@@ -23,7 +23,7 @@ jobs:
27
28
29
0 commit comments