File tree Expand file tree Collapse file tree 4 files changed +6
-42
lines changed
Expand file tree Collapse file tree 4 files changed +6
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ permissions:
55 pull-requests : write
66 statuses : write
77 id-token : write
8- on :
8+ " on " :
99 workflow_dispatch :
1010 inputs :
1111 force :
1818 schedule :
1919 - cron : 0 0 * * *
2020jobs :
21- mint_pypi_token :
22- uses : ./.github/workflows/pypi_mint_token.yaml
2321 generate :
24- needs : mint_pypi_token
2522 uses : speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
2623 with :
2724 force : ${{ github.event.inputs.force }}
3027 speakeasy_version : latest
3128 secrets :
3229 github_access_token : ${{ secrets.GITHUB_TOKEN }}
33- pypi_token : ${{ needs.mint_pypi_token.outputs.pypi_token }}
3430 speakeasy_api_key : ${{ secrets.SPEAKEASY_API_KEY }}
Original file line number Diff line number Diff line change @@ -5,20 +5,17 @@ permissions:
55 pull-requests : write
66 statuses : write
77 id-token : write
8- on :
8+ " on " :
99 push :
1010 branches :
1111 - main
1212 paths :
13- - RELEASES.md
14- - ' */RELEASES.md'
13+ - .speakeasy/gen.lock
1514jobs :
16- mint_pypi_token :
17- uses : ./.github/workflows/pypi_mint_token.yaml
1815 publish :
19- needs : mint_pypi_token
2016 uses : speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
17+ with :
18+ target : clerk-sdk-python
2119 secrets :
2220 github_access_token : ${{ secrets.GITHUB_TOKEN }}
23- pypi_token : ${{ needs.mint_pypi_token.outputs.pypi_token }}
2421 speakeasy_api_key : ${{ secrets.SPEAKEASY_API_KEY }}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ targets:
1717 output : .
1818 publish :
1919 pypi :
20- token : $pypi_token
20+ useTrustedPublishing : true
2121 codeSamples :
2222 registry :
2323 location : registry.speakeasyapi.dev/clerk/clerk/clerk-openapi-python-code-samples
You can’t perform that action at this time.
0 commit comments