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.
listener.yml
1 parent 167a22b commit f5bdb20Copy full SHA for f5bdb20
.github/workflows/listener.yml
@@ -26,8 +26,8 @@ jobs:
26
uses: Bandwidth/generate-sdk-action@DX-2454
27
with:
28
branch-name: ${{ github.event.client_payload.branchName }}
29
- username: ${{ secreats.DX_GITHUB_USERNAME }}
30
- token: ${{ secreats.DX_GITHUB_TOKEN }}
+ username: ${{ secrets.DX_GITHUB_USERNAME }}
+ token: ${{ secrets.DX_GITHUB_TOKEN }}
31
language: python
32
config: ./openapi-config.yml
33
0 commit comments