Skip to content

Commit 79d60e0

Browse files
committed
Fixes publish job
1 parent 0a6abb0 commit 79d60e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sdk_publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ permissions:
1414
workflow_dispatch: {}
1515
jobs:
1616
publish:
17-
uses: Gusto/sdk-generation-action/.github/workflows/workflow-executor.yaml@main
17+
uses: Gusto/sdk-generation-action/.github/workflows/sdk-publish.yaml@main
1818
with:
1919
target: gusto-embedded
2020
runs-on: "{\"group\": \"gusto-ubuntu-default\"}"
2121
secrets:
2222
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2323
npm_token: ${{ secrets.NPM_TOKEN }}
2424
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
25-
openapi_doc_auth_token: ${{ secrets.OPENAPI_DOC_AUTH_TOKEN }}

0 commit comments

Comments
 (0)