Skip to content

Commit

Permalink
Added APIMatic login to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Jul 9, 2024
1 parent ea55680 commit cd64eb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
run: npm install -g @apimatic/cli

- name: Generate Typescript SDK
run: apimatic sdk:generate --destination=sdks/ts --platform TYPESCRIPT --file=openapi.yaml
run: |
apimatic auth:login --auth-key={{ secrets.APIMATIC_AUTH_KEY }}
apimatic sdk:generate --destination=sdks/ts --platform TYPESCRIPT --file=openapi.yaml
- name: Set publishing coordiates
working-directory: ./sdks/ts/openapi_sdk_typescript
Expand Down

0 comments on commit cd64eb7

Please sign in to comment.