We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d5d4ab + 4be585d commit 2b4dda9Copy full SHA for 2b4dda9
1 file changed
.github/workflows/respec.yaml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- name: Generate access token
28
id: generate-token
29
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
30
with:
31
app-id: ${{ secrets.OAI_SPEC_PUBLISHER_APPID }}
32
private-key: ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}
0 commit comments