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.
1 parent 0a6abb0 commit 79d60e0Copy full SHA for 79d60e0
.github/workflows/sdk_publish.yaml
@@ -14,12 +14,11 @@ permissions:
14
workflow_dispatch: {}
15
jobs:
16
publish:
17
- uses: Gusto/sdk-generation-action/.github/workflows/workflow-executor.yaml@main
+ uses: Gusto/sdk-generation-action/.github/workflows/sdk-publish.yaml@main
18
with:
19
target: gusto-embedded
20
runs-on: "{\"group\": \"gusto-ubuntu-default\"}"
21
secrets:
22
github_access_token: ${{ secrets.GITHUB_TOKEN }}
23
npm_token: ${{ secrets.NPM_TOKEN }}
24
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
25
- openapi_doc_auth_token: ${{ secrets.OPENAPI_DOC_AUTH_TOKEN }}
0 commit comments