Skip to content

Commit 0534afc

Browse files
fix: secrets
1 parent 26a8852 commit 0534afc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
openapi_doc_location: https://docs.speakeasyapi.dev/openapi.yaml
1414
languages: |-
1515
- python
16-
secrets:
17-
github_access_token: ${{ secrets.GITHUB_TOKEN }}
18-
pypi_token: ${{ secrets.PYPI_TOKEN }}
16+
secrets:
17+
github_access_token: ${{ secrets.GITHUB_TOKEN }}
18+
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)