Skip to content

Commit f5bdb20

Browse files
authored
DX-2454 Fix Typo in listener.yml (#54)
* DX-2454 Add Autogeneration Pipeline * DX-2454 fix typo * Update listener.yml
1 parent 167a22b commit f5bdb20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/listener.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
uses: Bandwidth/generate-sdk-action@DX-2454
2727
with:
2828
branch-name: ${{ github.event.client_payload.branchName }}
29-
username: ${{ secreats.DX_GITHUB_USERNAME }}
30-
token: ${{ secreats.DX_GITHUB_TOKEN }}
29+
username: ${{ secrets.DX_GITHUB_USERNAME }}
30+
token: ${{ secrets.DX_GITHUB_TOKEN }}
3131
language: python
3232
config: ./openapi-config.yml
3333

0 commit comments

Comments
 (0)